Ci-dessous, les différences entre deux révisions de la page.
| 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 [2019/04/02 11:14] (Version actuelle) |
||
|---|---|---|---|
| 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 | ||