Skip to content

Instantly share code, notes, and snippets.

@gurlock
Created August 17, 2017 16:32
Show Gist options
  • Save gurlock/646fe095bc3f1e8660831881f5df6009 to your computer and use it in GitHub Desktop.
Save gurlock/646fe095bc3f1e8660831881f5df6009 to your computer and use it in GitHub Desktop.
Standard Git Workflow Cheat Sheet

Precourse Day 0

Git Standard Workflow

Let's explore the basics of using git alone and with a pair. Fork the Project

Saving

  • git add .
  • git commit -m 'Succinct comment'
  • git push origin master
  • git push nickname master

Terms

  • Def Pull request -
  • Def Fork -
  • Terminal Commands - cd, ls, mv, cp, and rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment