Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in version-control

Should I add the Visual Studio .suo and .user files to source control?

Undo a particular commit in Git that's been pushed to remote repos

Git ignore file for Xcode projects

What's the difference between git reset --mixed, --soft, and --hard?

git version-control

Getting Git to work with a proxy server - fails with "Request timed out"

git version-control proxy

Definition of "downstream" and "upstream"

How can I stop .gitignore from appearing in the list of untracked files?

Git workflow and rebase vs merge questions

How to tag an older commit in Git?

git version-control git-tag

How to list branches that contain a given commit?

git 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?