Source control for scientists and soloists
![](https://tonysyu.github.io/images/posts/2014/git_logo.png)
Normally when people talk about source control, they focus on collaboration: If you're collaborating on code and you're not using source control, you're doing it wrong! If you're collaborating with others, source control looks roughly like this:
![](https://tonysyu.github.io/images/posts/2014/git_collaborative_workspace.png)
If you're just working on your own code ...
more ...