martes, junio 27, 2017

Pull request... puestos al dia...

Aqui se cuenta un poco, como funcionan los pull request. Y en estos:
cuentan como mantenerlos al dia...

git remote add upstream https://github.com/UPSTREAM-USER/ORIGINAL-PROJECT.git
git fetch upstream
git checkout master
git merge upstream/master 

No hay comentarios: