diff options
| author | Craig Jennings <c@cjennings.net> | 2024-11-11 08:35:57 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-11-11 08:36:11 -0600 |
| commit | 6d3e5b049560cb1b9c1118a335b22b5aacdc5a6c (patch) | |
| tree | 2363f2ed032b13c861d1abd9fcf6438f9b91e326 /assets/gitrepos.sh | |
| parent | ba912e8163bacd27ed85b993bee1084c71cd2cdf (diff) | |
moving things around
Diffstat (limited to 'assets/gitrepos.sh')
| -rwxr-xr-x | assets/gitrepos.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/assets/gitrepos.sh b/assets/gitrepos.sh deleted file mode 100755 index b33c72c..0000000 --- a/assets/gitrepos.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -# cjennings -# replaces original http remote repositories with git ones - -cd ~/.emacs.d && git remote remove origin && git remote add origin git@cjennings.net:dotemacs.git && git pull --set-upstream origin main -cd ~/.dotfiles.d && git remote remove origin && git remote add origin git@cjennings.net:dotfiles.git && git pull --set-upstream origin main |
