Would this be the correct operation/flow if you are "reverting" previous commited changes, as deleting a bunch of files?; before got to this post I was (and still) very confused on how to perform the operation whether using git revert, git restore, git reset, or git checkout. Anyhow, after executing this awesome line of code it's supposed that I have to commit the "new (added) files", right?
Would this be the correct operation/flow if you are "reverting" previous commited changes, as deleting a bunch of files?; before got to this post I was (and still) very confused on how to perform the operation whether using
git revert
,git restore
,git reset
, orgit checkout
. Anyhow, after executing this awesome line of code it's supposed that I have to commit the "new (added) files", right?