Skip to content

Instantly share code, notes, and snippets.

@THUFIR
Last active December 15, 2015 05:48
Show Gist options
  • Save THUFIR/5211306 to your computer and use it in GitHub Desktop.
Save THUFIR/5211306 to your computer and use it in GitHub Desktop.
git commands
thufir@dur:~/NetBeansProjects/gnumail-providers$ git push -u origin master
Counting objects: 3, done.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 227 bytes, done.
Total 2 (delta 1), reused 0 (delta 0)
To git@github.com:THUFIR/gnumail-providers.git
6733603..cb76e82 master -> master
Branch master set up to track remote branch master from origin.
thufir@dur:~/NetBeansProjects/gnumail-providers$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment