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