ajout d'alias git
This commit is contained in:
@@ -7,9 +7,16 @@
|
||||
status = auto
|
||||
[alias]
|
||||
a = add -p
|
||||
st = status
|
||||
ci = commit
|
||||
co = checkout
|
||||
ff = pull --ff-only
|
||||
# Show files ignored by git
|
||||
ignored = ls-files -o -i --exclude-standard
|
||||
ls = ls-files
|
||||
st = status
|
||||
# Logs
|
||||
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||
[push]
|
||||
default = simple
|
||||
[core]
|
||||
|
||||
Reference in New Issue
Block a user