Skip to content

Instantly share code, notes, and snippets.

@pallas
Last active July 15, 2020 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pallas/b7d4a68cb5af56265858fe97e4ed98da to your computer and use it in GitHub Desktop.
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
#!/bin/sh
# SPDX-License-Identifier: Unlicense
# Author: Derrick Lyndon Pallas <derrick@pallas.us>
exec git log --oneline "$@" @{u}..
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment