summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/sync.go
AgeCommit message (Expand)Author
2023-07-30Support fastforwarding worktreeJesse Duffield
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-06-01Add --all to "git fetch" command when not fetching a specific remoteStefan Haller
2023-05-31Extract a FetchCmdObj function so that we can test itStefan Haller
2023-05-31Remove unused fetch options RemoteName and BranchNameStefan Haller
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Add convenience builder for git commandsJesse Duffield
2023-04-17Revert "feat: support for `push --force-if-includes`"Ryooooooga
2022-12-30feat: support for `push --force-if-includes`Ryooooooga
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-01-18refactor to group up more commonly used git command stuffJesse Duffield
2022-01-09refactorJesse Duffield