diff options
| author | listout <listout@protonmail.com> | 2022-01-30 16:12:26 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2022-01-30 16:12:26 +0000 |
| commit | 1ed13a50aba8b4fbc390d2272e299695eea922bc (patch) | |
| tree | 3fae626dcaa8f9242c3fb6612f3cf63de20af30c /.gitconfig | |
| parent | 67576e347203a8b0c9ebbe8ac7484cf3a0355ec2 (diff) | |
| download | dots-1ed13a50aba8b4fbc390d2272e299695eea922bc.tar.gz | |
removed git config from home
Diffstat (limited to '')
| -rw-r--r-- | .gitconfig | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 404f538..0000000 --- a/.gitconfig +++ /dev/null @@ -1,23 +0,0 @@ -[core] - pager = nvim -u NORC -R - -[color] - ui = false -[difftool] - prompt = false -[diff] - tool = nvimdiff -[difftool "nvimdiff"] - cmd = nvim -d $LOCAL $REMOTE -[commit] - gpgsign = true -[user] - email = listout@protonmail.com - name = listout -[alias] - # list files which have changed since REVIEW_BASE - # (REVIEW_BASE defaults to 'master' in my zshrc) - files = !git diff --name-only $(git merge-base HEAD \"$REVIEW_BASE\") - - # Same as above, but with a diff stat instead of just names - # (better for interactive use) - stat = !git diff --stat $(git merge-base HEAD \"$REVIEW_BASE\") |
