Edit file from github
- Create a new repository in github using the “+” sign on the top right of your screen.
- Use
git clone https://github.com/...to clone the repository to your computer. - Edit your file.
git add .git commit -m "command(whatever you want)"git push origin master
Create repository on your computer.
- Using
cdto the path you want to create repository. - Using
mkdir ...to create new repository. - Using
git initto initialize the repository. - Using
cd...to the new created repository. - Using
touchto create files. - Edit the files you create.
- Using
[git] git Process
最新推荐文章于 2022-07-25 11:27:17 发布
本文指导如何在GitHub上创建新仓库,克隆仓库到本地进行编辑,使用Git进行版本控制,最后将更改推送到远程仓库。涵盖了从创建本地仓库到上传代码的全过程。
353

被折叠的 条评论
为什么被折叠?



