Skip to content

Instantly share code, notes, and snippets.

@gusennan
Created July 19, 2016 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gusennan/3f7f5bc2c310052846d8ec7e1e793ecc to your computer and use it in GitHub Desktop.
Save gusennan/3f7f5bc2c310052846d8ec7e1e793ecc to your computer and use it in GitHub Desktop.
Git In Terminal
Open the terminal
cd <directory_that_contains_repository>
git add .
git commit -m "<your message here>"
git pull
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment