2024-02-12T17:33:51 -05:00 commit to git.eldon.me

This commit is contained in:
Trey Blancher 2024-02-12 17:33:33 -05:00
parent 56a7452e53
commit 51779cf88a
1 changed files with 4 additions and 0 deletions

View File

@ -8,9 +8,13 @@ if [[ "${readme}" =~ ^# ]]; then # we're switching to Pindrop GitHub
/Users/tblancher/homebrew/bin/sed -Ei \
's,^#(vim/syntax/README.md),\1,;s,^#(toggle_remote.sh),\1,' .gitignore
git rm --cached toggle_remote.sh vim/syntax/README.md
git commit -a
git push -u origin primary
else # we're switching to git.eldon.me
mv vim/syntax/timetracker.vim{,.tmp}
mv vim/syntax/timetracker.vim{.hide,}
/Users/tblancher/homebrew/bin/sed -Ei \
's,^(vim/syntax/README.md),#\1,;s,^(toggle_remote.sh),#\1,' .gitignore
git commit -a
git push -u git.eldon.me primary
fi