Outils pour utilisateurs

Outils du site


bzr_to_git

Table des matières

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 --

uncommit

bzr_to_git.txt · Dernière modification: 2019/04/02 11:14 (modification externe)