mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Added a sample of .gitconfig file
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
1c1ab1eaec
commit
7828d55185
1 changed files with 20 additions and 0 deletions
20
dot_files/gitconfig
Normal file
20
dot_files/gitconfig
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Please copy this part to your ~/.gitconfig
|
||||
# or include it if git > 0.7.10
|
||||
|
||||
[alias]
|
||||
commit = commit -s
|
||||
st = status
|
||||
ci = commit
|
||||
br = branch
|
||||
co = checkout
|
||||
df = diff
|
||||
lg = log -p
|
||||
loo = log --pretty=oneline --abbrev-commit
|
||||
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||
rewrite-history = rebase -i HEAD~~
|
||||
rewrite-history1 = rebase -i HEAD~
|
||||
rewrite-history2 = rebase -i HEAD~~
|
||||
rewrite-history3 = rebase -i HEAD~~~
|
||||
rewrite-history4 = rebase -i HEAD~~~~
|
||||
rewrite-history5 = rebase -i HEAD~~~~~
|
||||
Loading…
Add table
Add a link
Reference in a new issue