Switch to main branch

This commit is contained in:
Josh Sherman 2021-04-25 15:47:38 -05:00
parent 58a3dbade3
commit 1805dfa11f
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ cd "$DOTFILES" || exit
git init
git remote add origin https://github.com/joshtronic/dotfiles.git
git pull origin master
git pull origin main
# Swap origin so I can make edits easily
git remote rm origin