mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-15 07:46:51 +10:00
bootstrap.sh: Pull from the master branch explicitly
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "${BASH_SOURCE}")"
|
||||
git pull
|
||||
git pull origin master
|
||||
function doIt() {
|
||||
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user