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

posted @ 2019-01-21 09:51  嵌入式实操  阅读(126)  评论(0编辑  收藏  举报