Skip to content

Commit c745136

Browse files
committed
🐛 Fix #10
1 parent 92255c9 commit c745136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aliases.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function ghh {
156156
function ggsup {
157157
$CurrentBranch = Get-Git-CurrentBranch
158158

159-
git branch --set-upstream-to = origin/$CurrentBranch
159+
git branch --set-upstream-to=origin/$CurrentBranch
160160
}
161161
function gpsup {
162162
$CurrentBranch = Get-Git-CurrentBranch

0 commit comments

Comments
 (0)