git log --graph --oneline --all;
git checkout <gitHash>;
```bash git log; ```
git checkout <HEAD>;
git branch <tempBranchName>;
git checkout <tempBranchName>;
git checkout main;
git pull origin main;
git restore <path/fileName.ext>;
git log --graph --oneline --all;
git checkout <gitHash>;
git checkout <HEAD>;
git branch <tempBranchName>;
git checkout <tempBranchName>;
git checkout main;
git pull origin main;
git restore <path/fileName.ext>;