From a1b366e14f6e78b52350f5cd8b3b868af71a6954 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 27 Oct 2014 18:43:39 +0100 Subject: [PATCH] GITOLITE.txt --- GITOLITE.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 GITOLITE.txt diff --git a/GITOLITE.txt b/GITOLITE.txt new file mode 100644 index 0000000..5e3c5c7 --- /dev/null +++ b/GITOLITE.txt @@ -0,0 +1,35 @@ +REPO: +git clone ssh://git@git.somenet.org:666/priv/jan/inetsec2 + +GITWEB: +http://git.somenet.org/?p=priv/jan/inetsec2.git;a=summary + +GITOLITE ROOT ADMIN (send ssh-keys to): +someone@somenet.org + +-------------------------------------------------------------------------- +RECOMMENDED CLIENT CONFIGURATION: +git config --global branch.autosetuprebase always + # Make Git enable rebasing instead of merging on all new tracked + # branches in *ALL* your repos. (get rid of merge-commits when pulling) + # Affects only *NEW* tracked branches. + + +git config --global branch.master.rebase true + # Make Git rebase the master branch instead of merging in *ALL* your + # repos. (get rid of merge-commits when pulling) + # Useful if you didnt have branch.autosetuprebase set before cloning + # and want all your repos to rebase. + + +git config color.ui true +git config color.diff.whitespace red reverse + # If you like colors consider adding these config options. + + +git config core.autocrlf input + # Make Git convert all the types of newline to "\n". This is especially + # useful, if windows and *nix users are working on the same fileset. + # Might break some stuff. +-------------------------------------------------------------------------- +AUTOGENERATED FILE. -- 2.43.0