This demo is a Spring boot project for practicing git usage.
Q: what's the difference between git and github ?
A: It's a stupid question.
git remote set-url origin https://[email protected]/hxwhou/SpringBootDemo.git
$ git config --global credential.helper cache
# Set git to use the credential memory cache
$ git config --global credential.helper 'cache --timeout=3600'
# Set the cache to timeout after 1 hour (setting is in seconds)