Skip to content

Instantly share code, notes, and snippets.

@skyllo
Last active October 13, 2015 22:38
Show Gist options
  • Save skyllo/4266888 to your computer and use it in GitHub Desktop.
Save skyllo/4266888 to your computer and use it in GitHub Desktop.
Git
// Get latest
git pull
// Git submit (automatically adds files)
git commit -a -m "commit message"
git push
// Delete branch
git branch -d branch_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment