Skip to content

Commit 84bd735

Browse files
authored
🔀 Merge pull request #11 from gluons/fix-10
🐛 Fix #10
2 parents 92255c9 + c745136 commit 84bd735

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)