Skip to content

Commit

Permalink
add support for custom git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
wireframe committed Nov 12, 2013
1 parent 0930a40 commit 9c376dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cheffile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cookbook 'dotfiles', :github => 'wireframe/chef-dotfiles'
# for local development mode
# cookbook 'applications', :path => '/Users/virtualryan/Projects/chef-applications'
# cookbook 'osxdefaults', :path => '/Users/virtualryan/Projects/chef-osxdefaults'
# cookbook 'dotfiles', :path => '/Users/virtualryan/Projects/wireframe/chef-dotfiles'
# cookbook 'dotfiles', :path => '/Users/virtualryan/Projects/chef-dotfiles'
9 changes: 9 additions & 0 deletions config/people/virtualryan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ attributes:
git:
name: Ryan Sonnek
email: ryan@codecrate.com
aliases:
put: push origin HEAD
done: commit -a -m
co: checkout
undo: reset --hard
ll: log --summary --stat --pretty=oneline --relative-date
who: shortlog -n -s --no-merges
lg: log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
cleanup: "!~/bin/git-cleanup.sh"

0 comments on commit 9c376dd

Please sign in to comment.