Git Commands

Git Commands

Useful git commands.

# Update the time while amending commit
git commit --amend --date=now
# Better force push.
git push --force-with-lease