index
:
dotfiles
main
My configuration files.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zsh
/
functions
/
gf
blob: 0de3e893a510920f57be87ad6a21c9560580e499 (
plain
) (
blame
)
1
2
3
4
gf() { local branch=$1 git checkout -b $branch origin/$branch }