8000 GitHub - boddicheg/dotfiles: dotfiles & configs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

boddicheg/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Git Aliases(.gitconfig)

[alias]
  st = status
  lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative

  undo = reset HEAD~1 --mixed
  amend = commit -a --amend
  logtree = log --graph --all --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(bold white)— %an%C(reset)' --abbrev-commit
  hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
[user]
	name = <username>
	email = <useremail>

About

dotfiles & configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0