This commit is contained in:
Michael Nikitochkin 2012-12-02 04:18:58 -08:00
commit 25f4369f05

View file

@ -61,6 +61,7 @@ exist_gh() { # [DIRECTORY]
cd "$1"
name=$( git config user.name )
ghuser=$( git config github.user )
repo=$1
git remote add origin git@github.com:${ghuser}/${repo}.git
git push -u origin master