Use emisargent for adding remote fork

This commit is contained in:
emisargent 2023-02-24 01:01:02 +00:00
parent b015c6b21e
commit 3197283fbb

View file

@ -2,9 +2,8 @@
set -e
# Add user's fork as a remote
GIT_USER=$(git config user.name)
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
# Create and activate a virtualenv