Skip to content

Instantly share code, notes, and snippets.

@absyah
Forked from karuna/.gitconfig
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save absyah/969ad8502afde6936275 to your computer and use it in GitHub Desktop.
Save absyah/969ad8502afde6936275 to your computer and use it in GitHub Desktop.
[core]
editor = vi
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%C(yellow)%h%Creset %ad | %Cgreen%s%Creset%d %Cred[%cn - %ce]%Creset\" --graph --date=iso --decorate
history = log --pretty=format:\"%C(yellow)%h%Creset %ad | %Cgreen%s%Creset%d %Cred[%cn - %ce]%Creset\" --graph --date=iso --decorate
type = cat-file -t
dump = cat-file -p
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[push]
default = matching
@absyah
Copy link
Author

absyah commented Dec 4, 2014

[09.46.04] Karuna Murti: https://gist.github.com/karuna/7a7f8d6b16177a6c2648
[09.46.09] Karuna Murti: liat itu aja gan
[09.46.10] Karuna Murti: taro di ~/.gitconfig
[09.46.16] Karuna Murti: terus git hist
[09.46.20] Karuna Murti: atau git hist --all
[09.46.36] Karuna Murti: git hist --all app/views/layout/ajep.html.erb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment