You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Shell script that will deploy the master branch to the github
# repo behind the intro wiki https://github.com/LaunchCodeEducation/intro-to-professional-web-dev-wiki/wiki
# WARNING: This script assumes you have added a remote named upstream that points to [email protected]:LaunchCodeEducation/intro-to-professional-web-dev.wiki.git
# If you haven't, please run this command: git remote add upstream [email protected]:LaunchCodeEducation/intro-to-professional-web-dev.wiki.git
# WARNING: It's possible that pulling in master from origin or upstream could cause merge conflicts. You will need to resove those.