We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cd notebooks && \ git fetch origin && \ git stash && \ git merge --ff-only origin/coursera && \ git -c core.fileMode=false stash pop
git checkout coursera && \ git pull && \ git branch -f coursera-deployed coursera && \ git push origin coursera-deployed