prisskreative
9/25/2017 - 4:53 PM

Git new branch

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