Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 623 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 623 Bytes

Intermediate-Git-Tutorial

Repo for a HackBU workshop on some Intermediate Git practices, just a step above git add, git commit, git push, and git status.

For Windows Users

Download this app for using a Git Terminal in Windows: https://gitforwindows.org/

For more information,

You can learn more about git through this link and this link.

Presentation order

  1. git stash
  2. .gitignore
  3. git tag
  4. git checkout
  5. git revert