Skip to content

Commit f3b5c89

Browse files
committed
NHR - merge: se resuelve el conflicto
2 parents 7233251 + 524e48b commit f3b5c89

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Comandos_GIT.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
git config --list --show-origin
2+
git config --global user.name "nhrojas8"
3+
git config --global user.email "[email protected]"
4+
5+
SSH Key creation and validation
6+
https://github.com/rajivkanaujia/alphaworks/wiki/SSH-Key-creation-and-validation
7+
8+
$ mkdir ~/.ssh
9+
$ cd ~/.ssh
10+
11+
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
12+
$ ssh-keygen -t rsa -C "[email protected]"
13+
$ clip < ~/.ssh/id_rsa.pub
14+
15+
16+
git status
17+
18+
19+
-Actualizamos el contenido del repositorio local, sin actualizar los archivos, solo se actualizo la metadata
20+
git fetch
21+
22+
git pull origin main

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Author: Nixon Herney Rojas Diaz
66
Lista de archivos:
77
main.c
88

9-
#Documentatacion (DEV 2)
9+
# Docuentacion (DEV 1)
10+
# Documentatacion (DEV 2)

0 commit comments

Comments
 (0)