]> git.somenet.org - pub/astra/parallel.git/commitdiff
GITOLITE.txt master
authorgit <git@git.somenet.org>
Sun, 24 Mar 2019 21:54:57 +0000 (22:54 +0100)
committergit <git@git.somenet.org>
Sun, 24 Mar 2019 21:54:57 +0000 (22:54 +0100)
GITOLITE.txt

index 4483323800dd46217e24cf2d93d5f26b65562bfc..d31f795a9a0e739dd65fcfd35594377cd6a3df50 100644 (file)
@@ -11,26 +11,24 @@ GITOLITE instance admin (send ssh-keys to):
 someone@somenet.org
 
 
 someone@somenet.org
 
 
-RECOMMENDED CLIENT CONFIGURATION
---------------------------------------------------------------------------
+RECOMMENDED CONFIGURATION
+----------------------------------------------------------------------
     # Show forgotten whitespaces.
     # Show forgotten whitespaces.
-git config color.ui true
-git config color.diff.whitespace red reverse
+git config --global color.ui true
+git config --global color.diff.whitespace red reverse
 
 
 
 
-       # remove removed branches + tags.
+    # remove removed branches + tags.
 git config --global fetch.prune true
 git config --global fetch.pruneTags true
 
 
 git config --global fetch.prune true
 git config --global fetch.pruneTags true
 
 
-
 ################
 # Use rebasing #
 ################
 git config --global branch.autosetuprebase always
 ################
 # Use rebasing #
 ################
 git config --global branch.autosetuprebase always
-git config --global rebase.stat true
 git config --global branch.master.rebase true
 git config --global branch.master.rebase true
-
+git config --global rebase.stat true
 
 
 #################
 
 
 #################
@@ -38,6 +36,6 @@ git config --global branch.master.rebase true
 #################
     # Make Git convert all the types of newline to "\n".
     # Might break some stuff.
 #################
     # Make Git convert all the types of newline to "\n".
     # Might break some stuff.
-git config core.autocrlf input
---------------------------------------------------------------------------
+git config --global core.autocrlf true
+----------------------------------------------------------------------
 AUTOGENERATED FILE.
 AUTOGENERATED FILE.