Example: biology
Git cheat sheet
Found 1 free book(s)Git Cheat Sheet
www.cheat-sheets.orgGit Cheat Sheet Create From existing repo From existing data cd ~/projects/myproject git init git add . git clone ~/existing/repo ~/new/repo git clone git://host.org ...