Outils pour utilisateurs

Outils du site


bzr_to_git

Ceci est une ancienne révision du document !


Bazaar to Git

local changes

Can not do git pull with local changes, first stash or revert it

  • bzr shelvegit stash
  • bzr unshelvegit stash pop
  • bzr revert myfile.pygit checkout -- myfile.py
  • bzr revertgit checkout --
bzr_to_git.1399451666.txt.gz · Dernière modification: 2019/04/02 11:14 (modification externe)