Skip to content

hxwhou/SpringBootDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootDemo

This demo is a Spring boot project for practicing git usage.

Q&A

Q: what's the difference between git and github ?
A: It's a stupid question.

Git push with https need to add username on remote url like this:

git remote set-url origin https://[email protected]/hxwhou/SpringBootDemo.git

The following command will save your password in memory for sometime.

$ 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)

About

This demo is for a Spring boot project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages