Use emisargent for adding remote fork
This commit is contained in:
parent
b015c6b21e
commit
3197283fbb
1 changed files with 1 additions and 2 deletions
|
|
@ -2,9 +2,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Add user's fork as a remote
|
# Add user's fork as a remote
|
||||||
GIT_USER=$(git config user.name)
|
|
||||||
if ! git remote | grep -q "fork"; then
|
if ! git remote | grep -q "fork"; then
|
||||||
git remote add fork https://github.com/${GIT_USER}/flask
|
git remote add fork https://github.com/${GITHUB_USER}/flask
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create and activate a virtualenv
|
# Create and activate a virtualenv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue