< BACK
Git tips and tricks
- Checking if anything outstanding in repo
- Git interactive rebase the first commit
- List all files already committed and being tracked
- List all files in a commit
- List branches ahead or behind remote
- List branches sorted by latest commit
- Pretty-print tree-like view in terminal
- Show differences between current version and last commit
- Show diffs between branches
- Show the contents ‘cat’ of a file in git
- Undo ‘git add’ or remove file(s) from staging area
- Update local repository from remote
- Using a remote repository with a non-standard port