码迷,mamicode.com
首页 > 其他好文 > 详细

git的使用教程(入门版)

时间:2020-04-30 17:46:27      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:ranch   test   文件上传   com   使用   nbsp   dir   使用教程   批量   

1.创建分支  git branch test

2.删除分支 git branch -d test

3.切换分支 git checkout  master

4.创建一个文件:mkdir test.js

5.将文件上传到--暂存区 git add test.js

6.将文件上传至--本地仓库 git commit test.js  参数  -m 添加上后,可以不用添加 描述信息;-a 批量上传文件至本地仓库;

7. 将本地仓库的文件上传至 github仓库。git push

git的使用教程(入门版)

标签:ranch   test   文件上传   com   使用   nbsp   dir   使用教程   批量   

原文地址:https://www.cnblogs.com/Mr-ai/p/12809710.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!