/R-D

this is demo of learning git

Primary LanguageJavaScript

want to set user and email on git

git config user.name , git config user.email

want to check user and email on git

git config user.name, git config user.email

want to go previous save commit, for all files

git checkout -f

difference between git push commands

git push -u origin master, means once u push in master branch no need to write such long command, only write "git push".