Show More
@@ -1,11 +1,7 b'' | |||
|
1 | 1 | #require git |
|
2 | 2 | |
|
3 | $ echo "[init]" >> $HOME/.gitconfig | |
|
4 | $ echo "defaultBranch = master" >> $HOME/.gitconfig | |
|
5 | $ echo "[core]" >> $HOME/.gitconfig | |
|
6 | $ echo "autocrlf = false" >> $HOME/.gitconfig | |
|
7 | $ echo "[core]" >> $HOME/.gitconfig | |
|
8 | $ echo "autocrlf = false" >> $HOME/.gitconfig | |
|
3 | $ git config -f $HOME/.gitconfig init.defaultBranch master | |
|
4 | $ git config -f $HOME/.gitconfig core.autocrlf false | |
|
9 | 5 |
$ |
|
10 | 6 |
$ |
|
11 | 7 |
$ |
General Comments 0
You need to be logged in to leave comments.
Login now