Skip to content

Commit

Permalink
Adding a git alias to see what commits the last pull (fetch) grabbed.
Browse files Browse the repository at this point in the history
  • Loading branch information
markhepburn committed Jan 27, 2013
1 parent 38da5ac commit 2109442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
ci = commit
co = checkout
lol = log --pretty=oneline --abbrev-commit --graph --decorate
dlp = diff ORIG_HEAD..FETCH_HEAD
[color]
ui = auto

Expand Down

0 comments on commit 2109442

Please sign in to comment.