diff --git a/Rakefile b/Rakefile index 40558db..98236f6 100644 --- a/Rakefile +++ b/Rakefile @@ -53,6 +53,10 @@ task :install do `mv "$HOME/.#{file}" "$HOME/.#{file}.backup"` if backup || backup_all end `ln -s "$PWD/#{linkable}" "#{target}"` + `git config --global branch.master.merge refs/heads/master` + `git config --global branch.master.remote origin` + `git config --global branch.develop.merge refs/heads/develop` + `git config --global branch.develop.remote origin` end end @@ -71,4 +75,4 @@ task :uninstall do end end end -task :default => 'install' \ No newline at end of file +task :default => 'install'