lnnrtwttkhn / version-control-book

Source code for the Version Control Book, a guide to Git for scientists
https://lennartwittkuhn.com/version-control-book/
Creative Commons Attribution Share Alike 4.0 International
7 stars 2 forks source link

Split up Git basics chapter #231

Closed konradpa closed 1 month ago

konradpa commented 1 month ago

This splits up "Git basics" into "first steps" (git init, git add, git commit) and "git essentials" (git log, git diff, .gitignore)

fixes #153

lnnrtwttkhn commented 1 month ago

Thanks @konradpa! Looks great. Ready to merge :rocket: