Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in version-control

Undo git pull, how to bring repos to old state

How do I remove a single file from the staging area (undo git add)?

git version-control staging

How can I undo git reset --hard HEAD~1?

How can I view a git log of just one user's commits?

git version-control git-log

How do I migrate an SVN repository with history to a new Git repository?

Warning: push.default is unset; its implicit value is changing in Git 2.0

How can I get a list of Git branches, ordered by most recent commit?

git version-control branch

Undo working copy modifications of one file in Git?

How does Git handle symbolic links?

git version-control symlink

When do you use Git rebase instead of Git merge?

How can I see the changes in a Git commit?

Do I commit the package-lock.json file created by npm 5?

How can I delete all Git branches which have been merged?

How to change the author and committer name and e-mail of multiple commits in Git?

Ignore files that have already been committed to a Git repository [duplicate]

I ran into a merge conflict. How can I abort the merge?

How can I reset or revert a file to a specific revision?

How do I discard unstaged changes in Git?

git version-control

How do I force "git pull" to overwrite local files?

How do I rename a local Git branch?