Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created April 20, 2018 15:41
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/2560f65e22415c6d76f60dc6129bd365 to your computer and use it in GitHub Desktop.
Save garystafford/2560f65e22415c6d76f60dc6129bd365 to your computer and use it in GitHub Desktop.
# clone the official v2.1.1 release for this post
git clone --depth 1 --branch v2.1.1 \
https://github.com/garystafford/spring-postgresql-demo.git \
&& cd spring-postgresql-demo \
&& git checkout -b v2.1.1
# 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