Last active
July 20, 2016 01:51
-
-
Save Danielapariona/82871cc8b35ce8f83050dc53f6ed52bd to your computer and use it in GitHub Desktop.
This file contains 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
git clone <linkProject> | |
cd <Project> | |
git status | |
git checkout -b "name-branch" | |
git checkout name-branch | |
git add <filename> | |
git add . | |
git commit -m "Commit message" | |
git push origin <branchName> | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment