TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Git Best Practices
4 points
by
Greek0
over 2 years ago
1 comment
Greek0
over 2 years ago
Staging changes: git add -p and git diff --cached<p>Rewriting history: git commit --amend<p>Rewriting history: git rebase -i HEAD~10<p>Atomic commits<p>Commit messages<p>Git branching patterns