diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-08-05 18:30:45 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-08-05 18:30:45 -0700 |
commit | 5ddb72e86d9556e670a9350e9cc8d0d18ac213c8 (patch) | |
tree | 6b766356160b5f511da87f90fd3551009ab1da04 /configs/rcs/gitconfig | |
parent | [emacs] set font size for osx (diff) | |
download | emacs.d-5ddb72e86d9556e670a9350e9cc8d0d18ac213c8.tar.gz |
Shuffling things around in this repo
Diffstat (limited to 'configs/rcs/gitconfig')
-rw-r--r-- | configs/rcs/gitconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/rcs/gitconfig b/configs/rcs/gitconfig new file mode 100644 index 0000000..8914029 --- /dev/null +++ b/configs/rcs/gitconfig @@ -0,0 +1,20 @@ +[color] + ui = true + +[push] + default = simple + +[core] + whitespace = trailing-space,space-before-tab + excludesfile = ~/.gitignore + +[branch] + autosetuprebase = remote + +[include] + path = ~/.gitconfig.private + +[http] + postBuffer = 524288000 +[url "https://source.developers.google.com/p/fcuny-code/r/"] + insteadOf = gcloud: |