git shortlog
git add -p
git log --all -- <filepath>
git pull --squash
git status -s
git diff --staged
git commit -a
git rm -f <pathname>
git restore .
git restore --staged <pathname>
git push --force origin