FAQ - git
Commonly used git operations
How do I undo 'git add' before commit?
Reset local repository branch to be just like remote repository HEAD
How do I checkout a remote Git branch
How do I delete a Git branch locally and remotely?
How to change URI for a remote git repository
How do I push a new local branch to a remote git repository and track it?
How do I revert a git repository to previous commit?
How can I add empty directory to a git repository?
Unstage files?
Last updated