mirror of
https://git.somenet.org/factorio/some-autoresearch.git
synced 2025-12-06 03:20:10 +00:00
GITOLITE.txt
This commit is contained in:
41
GITOLITE.txt
Normal file
41
GITOLITE.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
REPO URLs:
|
||||
https://git.somenet.org/factorio/some-autoresearch.git (if public repo)
|
||||
git remote set-url --push origin ssh://git@git.somenet.org:2/factorio/some-autoresearch.git
|
||||
git@git.somenet.org:factorio/some-autoresearch.git
|
||||
|
||||
GITWEB (if public repo):
|
||||
http://git.somenet.org/factorio/some-autoresearch.git
|
||||
|
||||
|
||||
GITOLITE instance admin (send ssh-keys to):
|
||||
someone@somenet.org
|
||||
|
||||
|
||||
RECOMMENDED CONFIGURATION
|
||||
----------------------------------------------------------------------
|
||||
# Show forgotten whitespaces.
|
||||
git config --global color.ui true
|
||||
git config --global color.diff.whitespace red reverse
|
||||
|
||||
|
||||
# remove removed branches + tags.
|
||||
git config --global fetch.prune true
|
||||
git config --global fetch.pruneTags true
|
||||
|
||||
|
||||
################
|
||||
# Use rebasing #
|
||||
################
|
||||
git config --global branch.autosetuprebase always
|
||||
git config --global branch.master.rebase true
|
||||
git config --global rebase.stat true
|
||||
|
||||
|
||||
#################
|
||||
# WINDOWS USERS #
|
||||
#################
|
||||
# Make Git convert all the types of newline to "\n".
|
||||
# Might break some stuff.
|
||||
git config --global core.autocrlf true
|
||||
----------------------------------------------------------------------
|
||||
AUTOGENERATED FILE.
|
||||
Reference in New Issue
Block a user