dotfiles/dotfiles/lib/bin/enable_git_sync.sh

6 lines
154 B
Bash
Executable File

#!/usr/bin/env sh
git config --bool branch.master.sync true
git config --bool branch.master.syncNewFiles true
git branch --set-upstream-to=origin/master