summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-06-02 09:05:20 +0200
committerGitHub <noreply@github.com>2024-06-02 09:05:20 +0200
commit7c51ec21bf0f787c6f2d0079e920f3d5f566c9f0 (patch)
tree2cbcf94a5605bcccd6105cd30ec5dda486aeeb9c /go.mod
parent205357a44f8ff2b344e87e79fd78313659611c97 (diff)
parent39ea5d9ab1e394d626567d4c01713873048e204c (diff)
(#3618) Fix pushing a branch to remote with a different name causing error (#3630)
- **PR Description** This fixes an error where, given the user wants push a branch to a remote branch with a different name, the following error would be presented: ``` Error error: src refspec <desired remote branch name> does not match any error: failed to push some refs to <remote .git URI> ``` - **Please check if the PR fulfills these requirements** * [x] Cheatsheets are up-to-date (run `go generate ./...`) * [x] Code has been formatted (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting)) * [x] Tests have been added/updated (see [here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md) for the integration test guide) * [x] Text is internationalised (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation)) * [x] Docs have been updated if necessary * [x] You've read through your own file changes for silly mistakes etc
Diffstat (limited to 'go.mod')
0 files changed, 0 insertions, 0 deletions