Hi All, I am not sure that I understand the difference between:
a) git rm notes.txt --cached # (my understanding is it is the exact opposite of git add)
b) git restore notes.txt # how is this different from (a)
c) git reset # what does this do and how is this different from (a) and (b)
d) is there a way to uncommit a file
Thanks for the answers in advance.