Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
gitconfig 1.09 KiB
Newer Older
Freezed's avatar
Freezed committed
# ############################################# #
#                 ~/.gitconfig                  #
#                                               #
#       This file is managed by Ansible         #
#       Manual edition will be overridden       #
#                                               #
#   https://lab.frogg.it/fcode/ansible/debian   #
#                                               #
# ############################################# #

[color]
	diff = auto
	status = auto
	branch = auto

[alias]
	ap = add --patch
	ba = branch -av
	cia = commit --amend --no-edit
	ci = commit
	co = checkout
	diff = diff --ignore-all-space
	lga = log --graph --oneline --decorate --since=10days --all
	lgla = log --graph --oneline --decorate --date=short --all
	lg = log --graph --oneline --decorate --since=10days
	st = status

[mergetool]
	keepBackup = no
	keepTemporaries = no
	prompt = no

[merge]
	tool = meld

[url "ssh://git@github.com/"]
	pushInsteadOf = https://github.com/

[url "ssh://git@gitlab.com/"]
	pushInsteadOf = https://gitlab.com/

[url "ssh://git@lab.frogg.it/"]
	pushInsteadOf = https://lab.frogg.it/