Benature
  • Home
  • Tags36
  • Categories4
  • Archives93
  • Python
  • Search

从本地已有项目同步到git仓库

Posted on 2019-10-06 Views: Views: Valine:
1
git init
2
git add .
3
git commit -m "first commit"
4
git remote add origin <url>
5
git push -u origin master
# Git # Github
git添加子模块
用命令行查看文件夹大小
  • Table of Contents
  • Overview
Benature

Benature

Code is Love, Physics is Beauty.
93 posts
4 categories
36 tags
GitHub
0%
© 2017 – 2020 Benature
|