Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created June 28, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfarcic/171172b69bb75903016f0676a8fe9388 to your computer and use it in GitHub Desktop.
Save vfarcic/171172b69bb75903016f0676a8fe9388 to your computer and use it in GitHub Desktop.
cd ../go-demo-3
git add .
git commit -m \
"Packaging Kubernetes Applications chapter"
git push
git remote add upstream \
https://github.com/vfarcic/go-demo-3.git
git fetch upstream
git checkout master
git merge upstream/master
cd ../k8s-specs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment