top | item 33181543

Git Best Practices

4 points| Greek0 | 3 years ago |caichinger.com

1 comment

order

Greek0|3 years ago

Staging changes: git add -p and git diff --cached

Rewriting history: git commit --amend

Rewriting history: git rebase -i HEAD~10

Atomic commits

Commit messages

Git branching patterns