Git
How-to
- Add untracked files with
--patch
- Cleanup branches
- Cleanup remote branch references
- Clone the latest revision only
- Commit only when there's something staged
- Delete empty directories within a repository
- Find deleted files
- Get the git root directory
- Get the short hash
- List all TODOs written by a specific user
- List ignored files
- List untracked files
- Prune local git tags that don't exist on remote
- Purge files including their histories
- Resolve conflicts
- Run commands while not in a git directory
- Untrack gitignored files already added
- Use Dropbox as a private repository
- Use
git flow
with code review