Clean Code
latest
Contents
Version control
Git
Overview
Text editors
Reading list
Scientific computing
Development
Links
GitHub repository
Issue tracker
Clean Code
Docs
»
Version control
»
Git
Edit on GitHub
Git
¶
Overview
¶
A bunch of tips and tricks about how to use Git.
StackOverflow is your friend, use it!
Rebasing [add link to Atlassian explanation] before you merge into master keeps your commit history linear. This makes it much easier to retrace your steps if you need.