Skip to content

Commit 8e8adf2

Browse files
committed
commande "restore" pour désindexer un fichier
progit/progit2#1338
1 parent 36a987e commit 8e8adf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ git status
7575
Sur la branche master
7676
Votre branche est à jour avec 'origin/master'.
7777
Modifications qui seront validées :
78-
(utilisez "git reset HEAD <fichier>..." pour désindexer)
78+
(utilisez "git restore --staged <fichier>..." pour désindexer)
7979
8080
nouveau fichier : LISEZMOI
8181

0 commit comments

Comments
 (0)