Skip to content

Commit 10d971b

Browse files
committed
fix bro quote
1 parent a453f06 commit 10d971b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
pb = "!. ~/.githelpers && remote_origin_primary_branch | sed 's|origin/||g'"
3838

3939
pp = push
40-
bro = '!gh browse'
40+
bro = "!gh browse"
4141
pro = "!gh pr view --web || gh browse"
4242

4343
bump = "commit --allow-empty -m'ci-bump'"
@@ -151,7 +151,5 @@
151151
renameLimit = 999999
152152
[rebase]
153153
instructionFormat = (%an <%ae>) %s
154-
155-
156154
[advice]
157155
skippedCherryPicks = false

0 commit comments

Comments
 (0)