File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 220220
221221 * git-pr: emphasized that the remote is required when pulling multiple PRs.
222222 * Merge pull request #743 from spacewander/allow_multiple_pr
223- * git-pr: accpeted multiple GitHub URL or ID with remote.
223+ * git-pr: accepted multiple GitHub URL or ID with remote.
224224 * git-pr: added <[ remote] : pr number> option.
225225 * Merge pull request #740 from spacewander/tweak_man_readme
226226 * doc: clarify the current working directory when building the docs.
Original file line number Diff line number Diff line change 33# Assert there is at least one tag provided
44test -z $1 && echo " tag required." 1>&2 && exit 1
55
6- # Detect the defalt remote exists or not
7- defualt_remote =$( git config git-extras.default-remote)
6+ # Detect the default remote exists or not
7+ default_remote =$( git config git-extras.default-remote)
88
9- if [[ -n " $defualt_remote " ]]; then
10- origin=" $defualt_remote "
9+ if [[ -n " $default_remote " ]]; then
10+ origin=" $default_remote "
1111else
1212 origin=origin
1313fi
You can’t perform that action at this time.
0 commit comments