diff --git a/includes/bash_functions.bash b/includes/bash_functions.bash index d02173e..8a559df 100644 --- a/includes/bash_functions.bash +++ b/includes/bash_functions.bash @@ -156,7 +156,7 @@ function git-fork() { echo "Usage: git-fork " else repo=`basename "$(pwd)"` - git remote add upstream "https://github.com/$user/$repo.git" + git remote add upstream "git@github.com:$user/$repo.git" fi }