Git
To download the entire repo from exposed .git
To see if there are any staged files
git status
To restore any file changes
git restore .
To view committed histories
git log
To 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 status
To restore any file changes
git restore .
To view committed histories
git log
To view changes in that commit
git show <Commit Hash>
Last updated