This is an old revision of the document!
GIT - Best Practices
git log -g
git fsck –unreachable
git stash list
Backups | Although a clone is a backup it does not include git configs, working directory/index, non-standard refs, or dangling objects. |
Once you push, don't change history. |
Logically divide into repositories |
Rebasing
git pull –rebase
git merge –no-ff
git fsck
git gc –aggressive
git remote update –prune
git stash list
Regression tests
Complication tests
Syntax/link checkers
Commit message analysis