Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wangxinyu2
/
TrainCamp_wangxinyu_BasicLearn
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
first_update
tags/v0.0.1
wangxinyu
hace 1 semana
commit
f2c269b783
Se han
modificado 3 ficheros
con
36 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+23
-0
note/git学习.md
+13
-0
note/tesk.md
BIN
photo/git_tab.png
+ 23
- 0
note/git学习.md
Ver fichero
@@ -0,0 +1,23 @@
## Git
- Git的概念
开源的分布式版本控制系统管理
- 三个区域的概念
**工作区**:在电脑中可以看到的目录
**暂存区**:临时存储区域,保留文件快照,提交之前保存在此。
~~~
git add filename # 将单个文件添加到暂存区
git add . # 将工作区中的所有修改添加到暂存区
git status # 查看哪些文件在暂存区中
~~~
**版本库**:每次提交都会保存新的快照,不可变。存放 在.git目录下index文件
- 仓库的概念
- 节点的概念
- 分支的概念
+ 13
- 0
note/tesk.md
Ver fichero
@@ -0,0 +1,13 @@
# 练习使用
## 二级标题
### 小功能
#### 代码行
~~~
~~~
#### 表格
BIN
photo/git_tab.png
Ver fichero
Antes
Después
Anchura:
1280
| Altura:
903
| Tamaño:
1.1 MiB
Escribir
Vista previa
Cargando…
Cancelar
Guardar