-
Notifications
You must be signed in to change notification settings - Fork 1
/
.bash_history
94 lines (94 loc) · 1.8 KB
/
.bash_history
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
ls
cd
pwd
pwd
mkdir proyecto1.2
ls
pwd
cd
pwd
cd/pwd
proyecto1.2
man
man cd
man pwd
manpwd
history
cd proyecto1.2
touch vacio.txt
ls
ls -al
cd.
cd .
cd ..
cd proyecto1.2
cat vacio.txt
history
rm vacio.txt
rm -- help
pwd
git init
ls -al
code
git status
git add historia1.txt
git status
git commit -m "Este es mi primer commit de este archivo"
cat historia1.txt
git status
git commit -m "Cambios de la historia para reflejar mi evolucion"
git add .
git status
git commit -m "Cambios de la historia para reflejar mi evolucion"
git log historia1.txt
git show historia1.txt
git add .
git commit -m "Agregue un parrafo mas para ver algo"
git add .
git commit -m
git add .
git commit -m
git commit -m "otro parafo"
git show
git log historia1.txt
git diff a0ab6540969f501236c6a8b71090d4cc24caeb47 b16bec1bfde6063b9573f4efa4b2f6fdbe16f1bc
git diff 17c290e1ccbd976b6ee89a6a1cafd42356bb45a6 c0782a7c0654b31c5c33878000a096acaeaff7c7
git log historia1.txt
git reset c0782a7c0654b31c5c33878000a096acaeaff7c7 --hard
git status
ls
ls -al
git add .
git status
git status
git diff
git add .
git status
git commit -m "arranco mi proyecto real"
git status
git log
git add .
git commit -m "cambio de vida"
git add .
git commit -m "cambio de maestria"
git log
git log --stat
q
git checkout reset b16bec1bfde6063b9573f4efa4b2f6fdbe16f1 --hard
git checkout b16bec1bfde6063b9573f4efa4b2f6fdbe16f1bc
git checkout b16bec1bfde6063b9573f4efa4b2f6fdbe16f1bc historia1.txt
git status
git log
git checkout b16bec1bfde6063b9573f4efa4b2f6fdbe16f1bc historia1.txt
git status
git branch
git checkout <master>
git checkout master
git status
git checkout b16bec1bfde6063b9573f4efa4b2f6fdbe16f1bc historia1.txt
git status
git checkout master historia1.txt
git add .
git commit -m "Reemplazo de una version por otra de la historia"
git log
git log --stat