Skip to content

Instantly share code, notes, and snippets.

@squarednob
Created October 21, 2013 15:30
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 squarednob/7085823 to your computer and use it in GitHub Desktop.
Save squarednob/7085823 to your computer and use it in GitHub Desktop.
// chack if I am on master branch, and hold commited things ahead of pushing.
git status
//clone URL
git@github.com:wantanmen/Electrophoresis.D3.git
//add
git add <file>
//commit
git commit -m "<coment>"
//push (from root branch)
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment