1. $ npm install git
  2. $ git config –global user.name “My Name”
  3. $ git config –global user.email [email protected]
  4. $ git init
  5. $ git add yourfile
  6. $ git status 查看状态
  7. $ git commit -m “description”
  8. $ git push -u origin master

git for Windows

这份连接还行,讲得较为详细:http://blog.jobbole.com/102957/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-06-14
  • 2022-01-17
  • 2021-07-03
  • 2022-02-01
猜你喜欢
  • 2021-10-11
  • 2021-09-09
  • 2021-07-16
  • 2021-04-29
  • 2021-10-11
  • 2022-02-07
相关资源
相似解决方案