Skip to content

Commit

Permalink
Switch remotes to ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Apr 30, 2024
1 parent 051a2a8 commit 515f6f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ox-md-title.org
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ A script is included in =scripts/remotes= to automate setting up these remotes a
#+headers: :eval no
#+begin_src shell
for remote in \
"https://codeberg.org/jkreeftmeijer/ox-md-title.el.git" \
"https://github.com/jeffkreeftmeijer/ox-md-title.el.git"
"git@codeberg.org:jkreeftmeijer/ox-md-title.el.git" \
"git@github.com:jeffkreeftmeijer/ox-md-title.el.git"
do
git remote set-url --delete --push origin $remote 2> /dev/null
git remote set-url --add --push origin $remote
Expand Down
4 changes: 2 additions & 2 deletions scripts/remotes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
for remote in \
"https://codeberg.org/jkreeftmeijer/ox-md-title.el.git" \
"https://github.com/jeffkreeftmeijer/ox-md-title.el.git"
"git@codeberg.org:jkreeftmeijer/ox-md-title.el.git" \
"git@github.com:jeffkreeftmeijer/ox-md-title.el.git"
do
git remote set-url --delete --push origin $remote 2> /dev/null
git remote set-url --add --push origin $remote
Expand Down

0 comments on commit 515f6f8

Please sign in to comment.