Skip to content

Commit

Permalink
fix: pre push hook handling (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jan 17, 2024
1 parent 5f79b8c commit 8e045ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/git/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
cmdAllFiles = []string{"git", "ls-files", "--cached"}
cmdCreateStash = []string{"git", "stash", "create"}
cmdStageFiles = []string{"git", "add"}
cmdRemotes = []string{"git", "branch", " --remotes"}
cmdRemotes = []string{"git", "branch", "--remotes"}
cmdHideUnstaged = []string{"git", "checkout", "--force", "--"}
)

Expand Down

0 comments on commit 8e045ea

Please sign in to comment.