Skip to content

Instantly share code, notes, and snippets.

@himedlooff
Created January 4, 2014 20:45
Show Gist options
  • Save himedlooff/8260488 to your computer and use it in GitHub Desktop.
Save himedlooff/8260488 to your computer and use it in GitHub Desktop.
Changing stuff locally and pushing it to github
1. "make a change"
2. "add changes" `$ git add .`
3. "make a commit" `$ git commit -m "add message here"`
4. "push changes to github" `$ git push`
Getting new stuff
1. First make sure any local changes are added and commited like above.
2. `$ git pull`
@himedlooff
Copy link
Author

@RyanSUP, here's the git cheatsheet

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