35 words
1 minute
Page Views
Github使用
2025-07-08

Push本地项目到github仓库#

Terminal window
cd my-project
git init
git add .
git commit -m "First commit"
git remote add origin git@github.com:yourname/repo.git
git branch -M main
git push -u origin main

评论

Github使用
https://bxgldh.github.io/posts/github/
Author
Zhenglong Liu
Published at
2025-07-08
License
CC BY-NC-SA 4.0