Skip to content

Commit

Permalink
Prune deleted remote branches when fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
soerface committed Oct 26, 2024
1 parent 00d32cf commit f444009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drinks_touch/tasks/run_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def CMDS(self):

class GitFetchTask(RunCmdTask):
CMDS = (
["git", "fetch"],
["git", "fetch", "-p"],
[
"git",
"log",
Expand Down

0 comments on commit f444009

Please sign in to comment.