• Open local git repo of cornell-alumni and create or reuse a branch:

create a branch:

git checkout -b homecoming-planner-update 

 

reuse a branch

git branch homecoming-planner-update
git pull origin master

 

  • Replace the entire folder in /static/alumni/homecoming-planner with the folder Adam shared.

  • Add the folder, Commit and push 

    git add /static/alumni/homecoming-planner
    git commit -m "Update Homecoming planner for 2020"
    git push
  • Create a pull request to merge into to master

  • Check the multidev created by the pull request

    The URL is {multidev url}/homecoming-planner

  • Merge the pull request, pull code from dev to test, then from test to prod via Pantheon Dashboard

 

 

 

  • No labels