Last active
July 15, 2020 20:41
-
-
Save pallas/b7d4a68cb5af56265858fe97e4ed98da to your computer and use it in GitHub Desktop.
git-me: show how the local repo differs from the upstream tracking branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# SPDX-License-Identifier: Unlicense | |
# Author: Derrick Lyndon Pallas <[email protected]> | |
exec git log --oneline "$@" @{u}.. | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment