文件名称:brandnewproject:这是一个练习git的全新项目
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-29 22:33:30
HTML
全新项目 尝试git的虚拟项目 该项目用于尝试github 指示 将git添加到项目 git init 将文件添加到暂存区 git add . 提交文件 git commit -m " Commit message " 检查当前分支 git branch # check current branch git branch -a # show all branches 添加一个远程仓库 git remote add < name> < url> 推送到远程存储库 git push -u < name> < branch> 创建分支 git branch < newbranchname> # creates a new branch on the repo git checkout < branchname> # this switches the branch
【文件预览】:
brandnewproject-main
----app.js(0B)
----login.html(311B)
----README.md(674B)
----index.html(419B)
----styles.css(0B)