diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ cp = cherry-pick br = branch [core] - excludesfile = $HOME/.gitignore + excludesfile = ~/.gitignore autocrlf = input [user] @@ -30,4 +30,4 @@ br = branch required = true [init] - defaultBranch=main
\ No newline at end of file + defaultBranch=main |