You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The book clearly mentions that --add needs to be passed to 'git update-index'
only when the file is new to the index. When the second version of 'test.txt' is
added, the index know about the file already.
So, avoid passing the '--add' when adding the second version of 'test.txt'
0 commit comments