Skip to content

Commit

Permalink
Merge pull request #117 from ns-rse/ns-rse/git-remotes-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Feb 20, 2024
2 parents e4bd5b5 + 9ae365c commit 0cac691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/git-remotes-revisited/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ We now have two `push` targets on `origin`, one pointing to `gitlab.com` (using
to `forgejo.hopto.org` (on port `1234`) and as the default target is `origin` when we `git push` it will send the
changes to both. We still have the `forgejo` remote defined and it only tracks the `forgejo` URL.
We can test this with an empty commit on a new branch, `test-forgejo`, which we first create.
We can test this with an empty commit on a new branch, `test-both`, which we first create.
``` bash
❱ git switch -c test-both
Expand Down

0 comments on commit 0cac691

Please sign in to comment.