Last active
September 25, 2017 17:04
-
-
Save prisskreative/57bc376dc8d246dc33ce13a2776cd3a6 to your computer and use it in GitHub Desktop.
Create new branch
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
// Create new branch | |
git checkout -b priscilla | |
// Go to master | |
git checkout master | |
// Go to priscilla | |
git checkout priscilla | |
// push to branch | |
git push origin priscilla | |
pull | |
priscilla - git add . | |
git commit -am ‘agregue el numero 1” - Add y commit al mismo tiempo | |
git remote -v | |
git push origin priscilla |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment