martes, 29 de agosto de 2017

Git notes

Taging:
     Go to link
Forcing pull:
   $git  fetch --all
   $git  reset --hard origin/[branch]
Creating new branch from master:
  $git checkout master
  $git branch [new branch name]
Push all branchs and tags:
  $git push --all
  $git push --tags

No hay comentarios:

Publicar un comentario