add and move stuff
This commit is contained in:
28
config/git/config
Normal file
28
config/git/config
Normal file
@@ -0,0 +1,28 @@
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[http]
|
||||
sslVerify = false
|
||||
[alias]
|
||||
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
lg3 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
|
||||
a = add
|
||||
c = commit -m
|
||||
ca = commit -am
|
||||
s = status
|
||||
d = diff
|
||||
co = checkout
|
||||
col = checkout -
|
||||
comaster = checkout master
|
||||
comain = checkout main
|
||||
com = checkout main
|
||||
cod = checkout dev
|
||||
nb = checkout -b
|
||||
db = branch -d
|
||||
[user]
|
||||
email = s.studer.s@gmail.com
|
||||
name = Simon Studer
|
||||
Reference in New Issue
Block a user