(no title)
neild | 1 year ago
"git reset --hard" is "...and also change all the files in the working directory to match the new branch commit".
"git reset --soft" is "...but leave the working directory alone".
neild | 1 year ago
"git reset --hard" is "...and also change all the files in the working directory to match the new branch commit".
"git reset --soft" is "...but leave the working directory alone".
rav|1 year ago
[1] https://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified
lalaithion|1 year ago