Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 206 Bytes

.git.md

File metadata and controls

16 lines (9 loc) · 206 Bytes
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