Skip to content

Commit 524e48b

Browse files
authored
Merge pull request #1 from nhrojas8/DEV_ProjectoEjemp_01
pull request Dev_01 a main
2 parents 6c9264a + 63fb908 commit 524e48b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ Author: Nixon Herney Rojas Diaz
55

66
Lista de archivos:
77
main.c
8+
9+
# Docuentacion (DEV 1)

0 commit comments

Comments
 (0)