#+HTML:<div id="timedate"> First published: {{{date}}} Last updated: #+HTML:</div>
git
¶
This is a collection of helpful links and tips I am aggregating as a kind of cheat sheet for using git
version control.
Un-doing changes for specific files
This is a really common action and actually one of the more useful parts of version control. Here is a minimal (from scratch example)
Merging and branches
`
- Merge dev/master before master/dev
- OMG DETACHED HEAD?!! Amazing explanation for how to get around and work with detached head without panicking.
git for scientists
- A quick presentation I made promoting using git. I gave this at a lab meeting.
More coming soon.