salcode / salcode-git

My Git configuration.
MIT License
3 stars 1 forks source link

Add git is-up-to-date-with alias #28

Closed salcode closed 7 months ago

salcode commented 8 months ago

This is used to check if the current branch is up to date with the given branch. e.g.

git is-up-to-date-with origin/main

Resolves #26