git commit steps(1)

git commit steps:

if you are a new git user , you may need to set

# git config --global user.email "panzidong@com"
# git config --global user.name "panzidong"

after this  you can do commit job
#echo "# book" >> README.md

#git init git add README.md

#git commit -m "first commit"

#git remote add origin https://github.com/test/book.git

#git push -u origin master

猜你喜欢

转载自www.cnblogs.com/lianghong881018/p/10297223.html