git-jira-shortcuts 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/shell/git-extras.sh +1 -0
package/package.json
CHANGED
package/shell/git-extras.sh
CHANGED
|
@@ -441,6 +441,7 @@ gdiff() { # gdiff [*branch=m] | List files changed for PR to target branch + Git
|
|
|
441
441
|
fi
|
|
442
442
|
}
|
|
443
443
|
|
|
444
|
+
unalias gpr 2>/dev/null
|
|
444
445
|
gpr() { # gpr [*branch=m] | Open GitHub compare URL from current branch to target branch
|
|
445
446
|
local target_input="${1:-m}"
|
|
446
447
|
local target
|