Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Boudy
fichiers_configuration
Commits
065800e9
Commit
065800e9
authored
Feb 26, 2018
by
Vincent Le gallic
Browse files
[.gitconfig] Options de git log sympathiques
parent
d16664f9
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitconfig
View file @
065800e9
...
...
@@ -38,3 +38,11 @@
# qu'elle a le même nom.
# (dans git 2.0, le comportement par défaut deviendra simple)
default
=
matching
[log]
# Afficher les têtes des branches
decorate
=
true
# Afficher la version courtes des hash de commit
abbrevCommit
=
true
[alias]
# Raccourci pour afficher toutes les branches.
lg
=
log --graph
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment