gitconfig was only in the server side.
- remember to edit the name / email before committing!
This commit is contained in:
parent
a432309f54
commit
be46b812d4
1 changed files with 16 additions and 0 deletions
16
gitconfig
Normal file
16
gitconfig
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[alias]
|
||||
tree = !"git lg1"
|
||||
lg = !"git lg1"
|
||||
lg1 = !"git lg1-specific --all"
|
||||
lg2 = !"git lg2-specific --all"
|
||||
lg3 = !"git lg3-specific --all"
|
||||
|
||||
lg1-specific = 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)'
|
||||
lg2-specific = 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)'
|
||||
lg3-specific = 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 cyan)(committed: %cD)%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'
|
||||
|
||||
[user]
|
||||
name = HELLO I REQUIRE CHANGING
|
||||
email = THIS EMAIL IS ALL WHACKED
|
||||
[merge]
|
||||
tool = emerge
|
||||
Loading…
Add table
Add a link
Reference in a new issue