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:34]
mart
bzr_to_git [2014/05/07 11:02]
mart
Ligne 3: Ligne 3:
 ===== local changes ===== ===== local changes =====
  
-//can not do ''​git pull''​ with local changes, first stash or revert it//+Can not do ''​git pull''​ with local changes, first stash or revert it
  
   * ''​**bzr shelve**''​ -> ''​git stash''​   * ''​**bzr shelve**''​ -> ''​git stash''​
Ligne 9: Ligne 9:
   * ''​**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)