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 [2014/05/07 11:02]
mart
Ligne 1: Ligne 1:
 ====== Bazaar to Git ====== ====== Bazaar to Git ======
  
-  * ''​**bzr shelve**''​ -> ''​git stash''​ +===== local changes =====
-  * ''​**bzr unshelve**''​ -> ''​git stash pop''​+
  
-//required to stash changes before doing ''​git pull''​//+Can not do ''​git pull'' ​with local changes, first stash or revert it
  
 +  * ''​**bzr shelve**''​ -> ''​git stash''​
 +  * ''​**bzr unshelve**''​ -> ''​git stash pop''​
   * ''​**bzr revert myfile.py**''​ -> ''​git checkout %%--%% myfile.py''​   * ''​**bzr revert myfile.py**''​ -> ''​git checkout %%--%% myfile.py''​
   * ''​**bzr revert**''​ -> ''​git checkout %%--%%''​   * ''​**bzr revert**''​ -> ''​git checkout %%--%%''​
 +
 +===== uncommit =====
 +
 +http://​stackoverflow.com/​a/​2530073/​147904
bzr_to_git.txt · Dernière modification: 2019/04/02 11:14 (modification externe)