-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodigo-git.txt
More file actions
91 lines (79 loc) · 2.8 KB
/
codigo-git.txt
File metadata and controls
91 lines (79 loc) · 2.8 KB
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
https://github.com/yonarev/php-backend
----------------SOLO ABAJO -----
git init
ls -a
git add .
git commit -m "estado inicial"
enlazar desde mi pc a la plataforma en la red
web github / new repository
https://github.com/yonarev/php-backend
aparece esto en github EJECUTAR
…or create a new repository on the command line
echo "# php-backend" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/yonarev/php-backend.git
git push -u origin main
git remote set-url origin git@github.com:yonarev/php-backend.git
git branch -M main
git push -u origin main
pide frase magica
git status
Git log
---------------------
comandos diarios
git add .
git commit -m "1- tablas creadas editando administra.php inicio.php index.php"
git push -u origin main
--------------------
jvv@pcwin10PRO MINGW64 ~/Documents/janvera/ARCHIVOSLAB/ESTUDIOS/PHP-BACK-END-capacitate (main)
$ git log
commit fe31bbd64f3ef6271e0845f9b4ce283fa58a9e8d (HEAD -> main, origin/main)
Author: yonarev <jorgeveravidela@gmail.com>
Date: Sun Oct 13 15:46:54 2024 -0300
1- tablas creadas editando administra.php inicio.php index.php
commit 47256c65bf068a6a6e432e327f4fb1369411745b
Author: yonarev <jorgeveravidela@gmail.com>
Date: Sun Oct 13 15:38:49 2024 -0300
first commit
commit 48bd31380cdce5da9c1ed62afeab11aedc45e8ab
Author: yonarev <jorgeveravidela@gmail.com>
Date: Sun Oct 13 15:31:45 2024 -0300
estado inicial
jvv@pcwin10PRO MINGW64 ~/Documents/janvera/ARCHIVOSLAB/ESTUDIOS/PHP-BACK-END-capacitate (main)
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
ACTUALIZA GIT HUB
13/10/2024 20:56
git add .
git commit -m "2 - edicion index.html, administra.php, registro.php, sesion.php"
git push -u origin main
-----
ACTUALIZA GIT HUB //ok
134/10/2024 2000
git add .
git commit -m "3 editando sesion de superadmin y cerrando sesion.. ver proceso.txt "
git push -u origin main
-----
ACTUALIZA GIT HUB //ok
13¿4/10/2024 2150
git add .
git commit -m "4 editando administra profesores ver proceso.txt "
git push -u origin main
-----
ACTUALIZA GIT HUB //ok
15/10/2024 1642
git add .
git commit -m "5 crud alumnos por profesor ver proceso.txt"
git push -u origin main //falla cuando conectado con wifi biblioredes
-----
ACTUALIZA GIT HUB //ok
19/10/2024 1319
git add .
git commit -m "5 crud alumnos por profesor ver proceso.txt"
git push -u origin main //falla cuando conectado con wifi biblioredes
-----