mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Made local-commits work with all remotes
This commit is contained in:
parent
b772251074
commit
7aa178acc9
|
|
@ -1,6 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ref=$(git symbolic-ref HEAD)
|
||||
branch=${ref#refs/heads/}
|
||||
|
||||
git log origin/${branch}..${branch} $*
|
||||
git log @{upstream}..@ $*
|
||||
|
|
|
|||
Loading…
Reference in a new issue