Outils pour utilisateurs

Outils du site


bzr_to_git

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
bzr_to_git [2014/05/07 10:31]
mart
bzr_to_git [2019/04/02 11:14] (Version actuelle)
Ligne 1: Ligne 1:
 ====== Bazaar to Git ====== ====== Bazaar to Git ======
 +
 +===== local changes =====
 +
 +Can not do ''​git pull''​ with local changes, first stash or revert it
  
   * ''​**bzr shelve**''​ -> ''​git stash''​   * ''​**bzr shelve**''​ -> ''​git stash''​
   * ''​**bzr unshelve**''​ -> ''​git stash pop''​   * ''​**bzr unshelve**''​ -> ''​git stash pop''​
 +  * ''​**bzr revert myfile.py**''​ -> ''​git checkout %%--%% myfile.py''​
 +  * ''​**bzr revert**''​ -> ''​git checkout %%--%%''​
  
-//required to stash changes before doing ''​git pull''//​+===== uncommit =====
  
-  * ''​**bzr revert myfile.py**''​ -> ''​git checkout %%--%% myfile.py''​ +http://​stackoverflow.com/​a/​2530073/​147904
-  * ''​**bzr revert**''​ -> git checkout %%--%%''​+
bzr_to_git.1399451491.txt.gz · Dernière modification: 2019/04/02 11:14 (modification externe)