Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 233 Bytes

git.md

File metadata and controls

21 lines (10 loc) · 233 Bytes

upgrade my repo

git config --global user.name "111"

git config --global user.email "[email protected]"

git config --global credential.helper store 

git config --list

git add .

git commit -m "hello world"

git push