Skip to content

Commit dc15a30

Browse files
authored
To untrack a tracked file there is a different command now
1 parent fb9476d commit dc15a30

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
@@ -77,7 +77,7 @@ $ git status
7777
On branch master
7878
Your branch is up-to-date with 'origin/master'.
7979
Changes to be committed:
80-
(use "git reset HEAD <file>..." to unstage)
80+
(use "git restore --staged <file>..." to unstage)
8181
8282
new file: README
8383

0 commit comments

Comments
 (0)