Last active
October 13, 2015 22:38
-
-
Save skyllo/4266888 to your computer and use it in GitHub Desktop.
Git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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