Skip to content

Instantly share code, notes, and snippets.

@prisskreative
Last active September 25, 2017 17:04
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 prisskreative/57bc376dc8d246dc33ce13a2776cd3a6 to your computer and use it in GitHub Desktop.
Save prisskreative/57bc376dc8d246dc33ce13a2776cd3a6 to your computer and use it in GitHub Desktop.
Create new branch
// 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