1
0
Fork 0

Revert "Use main as git default branch"

This reverts commit f69b5d52b8.
This commit is contained in:
Daniele Tricoli 2020-08-23 18:15:54 +02:00
parent 58f2349940
commit fb601a1c78
3 changed files with 0 additions and 6 deletions

View file

@ -1,11 +1,8 @@
install-git:
rm -rf ~/.config/git
mkdir -p ~/.config/git/template
rm -f ~/.gitconfig ~/.gitignore
ln -s `pwd`/git/gitconfig ~/.gitconfig
ln -s `pwd`/git/gitignore ~/.gitignore
cp `pwd`/git/config/git/template/HEAD ~/.config/git/template/HEAD
install-kde:
rm -f ~/.local/share/konsole/Molokai.colorscheme

View file

@ -1 +0,0 @@
ref: refs/heads/main

View file

@ -62,7 +62,5 @@
[push]
default = simple
[init]
templateDir = ~/.config/git/template/
[pull]
rebase = false