Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active April 20, 2018 15:16
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 garystafford/970a982f07a86688a700074e3b3be2c4 to your computer and use it in GitHub Desktop.
Save garystafford/970a982f07a86688a700074e3b3be2c4 to your computer and use it in GitHub Desktop.
# clone the official v3.0.0 release for this post
git clone --depth 1 --branch v3.0.0 \
https://github.com/garystafford/spring-postgresql-demo.git \
&& cd spring-postgresql-demo \
&& git checkout -b v3.0.0
# clone the latest version of code (newer than article)
git clone --depth 1 --branch master \
https://github.com/garystafford/spring-postgresql-demo.git \
&& cd spring-postgresql-demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment