git for Windows

$ npm install git $ git config –global user.name 「My Name」 $ git config –global user.email [email protected] $ git init $ git add yourfile $ git status 查看狀態 $ git commit -m 「description」 $ git push -u
相關文章
相關標籤/搜索