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
Commit 916de0d2 authored by Freezed's avatar Freezed
Browse files

:sparkles: Add git alias

parent 21bfb7a5
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
fp = fetch --prune fp = fetch --prune
lga = log --graph --oneline --decorate --since=10days --all lga = log --graph --oneline --decorate --since=10days --all
lgla = log --graph --oneline --decorate --date=short --all lgla = log --graph --oneline --decorate --date=short --all
lg = log --graph --oneline --decorate --since=10days lg1 = git log --max-count=1 --stat
lg2 = git log --max-count=2 --stat
st = status st = status
[mergetool] [mergetool]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment