From 5ddb72e86d9556e670a9350e9cc8d0d18ac213c8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 5 Aug 2018 18:30:45 -0700 Subject: Shuffling things around in this repo --- configs/rcs/gitconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/rcs/gitconfig (limited to 'configs/rcs/gitconfig') 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: -- cgit 1.4.1