Quick setup — if you've done this kind of thing before


https://github.com/KoMiles/emlog.git


Create a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/KoMiles/emlog.git
git push -u origin master

Push an existing repository from the command line

git remote add origin https://github.com/KoMiles/emlog.git
git push -u origin master

 

 

相关文章:

  • 2021-11-15
  • 2021-11-28
  • 2021-11-16
  • 2022-12-23
  • 2021-04-04
  • 2022-01-07
  • 2022-01-08
  • 2021-04-28
猜你喜欢
  • 2022-02-06
  • 2021-12-24
  • 2021-07-19
  • 2021-11-08
  • 2021-12-27
  • 2021-12-27
  • 2021-08-06
相关资源
相似解决方案