Update 'clone_dotfiles.sh'
This commit is contained in:
parent
53f4c00e8f
commit
c7b3068663
|
@ -2,4 +2,4 @@ git init
|
|||
git remote add origin https://git.timo.one/tosu/dotfilestosu
|
||||
git fetch
|
||||
git branch main origin/main
|
||||
git checkout main
|
||||
git checkout main 2>&1 | grep -v error | grep -v Please | grep -v aborting
|
Loading…
Reference in New Issue