Skip to content

Instantly share code, notes, and snippets.

@michaeltroy
Last active August 29, 2015 14:02
Show Gist options
  • Save michaeltroy/55f735792c23bcec2688 to your computer and use it in GitHub Desktop.
Save michaeltroy/55f735792c23bcec2688 to your computer and use it in GitHub Desktop.
Git cheat sheet

Git cheat sheet

Open the shell from GitHub app.

Steps to do:

  1. Add any new files: git add .
  2. Commit any changes: git commit -m "Write your commit message."
  3. Grab any new changes from anyone else: git pull
  4. Push your new changes: git push
@jlmoran
Copy link

jlmoran commented Jun 5, 2014

Thumbs up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment