This is the personal project of Hade5. This project is created automatically during user registration as an easy place to store personal data that doesn't need its own project such as cloned repositories.
My git config
[color] ui = true [alias] st = status go = checkout goo = checkout -b addcmt = commit -a --amend --no-edit cmt = commit -a -m br = branch lg = log --graph --abbrev-commit --decorate --all \n--format=format:\"%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)\" glg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
Log in to post a comment.
My git config
[color]
ui = true
[alias]
st = status
go = checkout
goo = checkout -b
addcmt = commit -a --amend --no-edit
cmt = commit -a -m
br = branch
lg = log --graph --abbrev-commit --decorate --all \n--format=format:\"%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)\"
glg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit