UW-UPL/Git-Tutorial

creating branches

Opened this issue · 1 comments

Should at least describe:

  • Creating a new branch without discarding working directory via checkout -b <branchname>
  • Creating a new branch with git branch <branchname>
    and the differences between the two (should be fairly straightforward, probably only needs 1 or 2 sentences)

Would also be cool to talk about how to properly contribute to an open source project on GitHub.