git config user.name "Your Name"
git config user.email "[email protected]"
git commit --amend --reset-author
git config --global core.editor "vim"
git rebase -i HEAD~5
git rebase -i --root
git revert HEAD
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
git fetch upstream
git checkout master
git merge upstream/master
git log --full-history -- [file path]
ssh-keygen -t rsa -C "[email protected]"
git config core.fileMode false
git update-index --chmod=+x ./.github/scripts/script.sh