]>
Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/github-grab
4 echo "usage: github-grab username [repo]"
13 repo
=$(basename $(pwd))
16 command="git remote add $username git://github.com/$username/$repo.git"
20 command="git fetch $username"