-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitacora.txt
38 lines (37 loc) · 1.21 KB
/
bitacora.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
%%==================================================================%%
%% Métodos de Desarrollo - Test de Git %%
%%==================================================================%%
%% Alumno (Apellidos, Nombre): Héctor González Iglesias %%
%%==================================================================%%
Paso Acción Notas
====== ============================ ================================
03 git branch Historia000
04 git branch Historia001
05 git switch Historia000
git switch Historia000
07 git add bitacora.txt
08 git commit -m "Paso 08"
09 git switch Historia001
11 git stash Se guarda con id 4d337a8, "No
pasaras"
13 git add bitacora.txt
14 git commit -m "Paso 14"
15 git switch Historia001
16 git stash pop
19 git commit -m "Paso 19"
20 git merge Historia000 Recursiva con auto-merge.
Aparecen conflictos
22 git add bitacora.txt
23 git commit -m "Paso 23"
24 git switch master
25 Recursiva con conflictos
26 git add bitacora.txt
git commit -m "Paso 26"
27 git tag
-a RespuestaPreguntaFusion
-m "Paso 25"
28 git push
30 git commit -m "Paso 30"
31 git merge Historia001 Recursiva con auto-merge.
Aparecen conflictos
32