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
相关文章
相关标签/搜索