Skip to content

Commit

Permalink
git shortcut to browse my pull requests on dotcom
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Dec 14, 2012
1 parent c23c18e commit 36ab7a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/gitconfig.symlink
Expand Up @@ -41,6 +41,8 @@
lol = log --graph --decorate --pretty=oneline --abbrev-commit lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files ls = ls-files
# depends on hub
mypulls = browse -- pulls/pengwynn
# Find FIXME, TODO, etc, optimized by @x3ro https://gist.github.com/3908985 # Find FIXME, TODO, etc, optimized by @x3ro https://gist.github.com/3908985
n = !"f() { git ls-files $1 | xargs notes | awk -F: '{ print $1,$2; print $3,$4; print $5}' | grcat conf.notes | less -r; }; f" n = !"f() { git ls-files $1 | xargs notes | awk -F: '{ print $1,$2; print $3,$4; print $5}' | grcat conf.notes | less -r; }; f"
pullm = !"git pull origin master" pullm = !"git pull origin master"
Expand Down

1 comment on commit 36ab7a2

@adamyonk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I've been looking for this!

Please sign in to comment.