Bonjour a tous;
Quelqu'un pourrai m'expliquer la différence entre git reset et git revert.

voilà le resultat :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
AK29580@logti--14w MINGW64 ~/workspace/test/totalisateur (master)
$ git revert cf6d2d0bc3c26868e7f8360f6937f0bd959905de
error: could not revert cf6d2d0... add war project for *******************
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'

AK29580@logti--14w MINGW64 ~/workspace/test/totalisateur (master|REVERTING)
$
Je comprend pas pour quoi! (mon projet été up to date)

Merci!