预科02
git
- 下载
- 安装
- 使用
-
-
在要提交的文件夹下右键git bash here
- 初始化git
git inin
- 初始化git
-
输入用户名
git config --global user.name "用户名"
-
输入邮箱
git config --global user.email "邮箱"
-
弹出窗口输入码云账号密码
-
添加当前文件夹
git add .
-
给予上传文件备注信息
git commit -m "备注信息"
-
链接远程代码仓库
-
提交
git -u push origin master
-
多次提交仅需要输入6,7,9
-
git pull origin master:拉取远程代码
git pull origin master --allow-unrelated-histories:远程的记录与本地记录合并
ESC:wq
git init
git add.
git commit -m ""
git remote add origin 链接
git push origin master
git pull origin master
git push origin master
![img](file:///D:\qq\cheart\188201521\Image\Group\R@Z)%@PW7CXZCL)Y15I9MN7.png)
![img](file:///D:\qq\cheart\188201521\Image\Group\NZV%LQM)(1{}XU}HT0JNHVQ.png)
码云
- 注册
- 不能在码云上修改任何文件
思维导图
博客
- 注册
- 发表每日的学习笔记
其实我挺讨厌一个人敲代码的,但是我又喜欢一个人敲代码。