Created
June 26, 2024 03:48
-
-
Save simon-lang/891229ebfdbef82238bba14e94fd5a9e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
up() { | |
branch=$(git branch --no-color 2> /dev/null | egrep '^\* [^\(]' | cut -c3-); | |
git --no-pager log --oneline "$branch" "^origin/$branch" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment