Skip to content

Instantly share code, notes, and snippets.

@lightshire
Created November 30, 2014 14:21
Show Gist options
  • Save lightshire/c69e6a08ee0233ddd3c8 to your computer and use it in GitHub Desktop.
Save lightshire/c69e6a08ee0233ddd3c8 to your computer and use it in GitHub Desktop.
How to Push / Pull Git
PULLING DATA
-git pull origin master
PUSHING DATA
-git pull origin master //always pull first
-git add .
-git commit -a -m "<add viable message>"
-git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment