文件名称:TestRepo:我的第一个测试库
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-01 16:43:14
JavaScript
#GIT备忘单$ git init $ git add。 $ git commit -m'初始存储库'$ git remote add origin $ git push -u origin master Branch out: $git checkout -b newbranchname #create a new branch $git chechout master #switch back to mater branch $git push origin newbranchname #push new branch in remote repository Remove branch: $git branch -d branchname # -D remove branch without being merged $git push origin :branc
【文件预览】:
TestRepo-master
----README.md(2KB)
----guilde.js(3KB)
----DeleteMe.txt(12B)
----FirstTest.txt(199B)