git source-control

Any Git commands that I might need


git config user.email "you@example.com"
git config user.name "your-name"

git rebase -r --root --exec "git commit --amend --no-edit --reset-author"


git push origin *:*

git commit --allow-empty -m "stash"