Skip to content

Commit 18f104a

Browse files
author
nate smith
committed
oops
1 parent c12bdc2 commit 18f104a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

git/git.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ func Push(remote string, ref string) error {
244244
return cmd.Run()
245245
}
246246

247-
var Push = func(remote string, ref string) error {
248-
return Run("push", "--set-upstream", remote, ref)
249-
}
250-
251247
func outputLines(output []byte) []string {
252248
lines := strings.TrimSuffix(string(output), "\n")
253249
if lines == "" {

0 commit comments

Comments
 (0)