Git
To download the entire repo from exposed .git
To see if there are any staged files
git statusTo restore any file changes
git restore .To view committed histories
git logTo view changes in that commit
git show <Commit Hash>Last updated
To download the entire repo from exposed .git
To see if there are any staged files
git statusTo restore any file changes
git restore .To view committed histories
git logTo view changes in that commit
git show <Commit Hash>Last updated