Skip to content

Commit 15cbb69

Browse files
author
charly palencia
committed
-mchanges readme
1 parent d947633 commit 15cbb69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Well, we create two differents ssh keys and attach respectively in github.
2828
Now, we have to create a way to identify the differents github accounts.
2929

3030
Create a config file
31+
3132
$ touch ~/.ssh/config
3233
$ vim ~/.ssh/config
3334

@@ -53,11 +54,16 @@ Now, if you want to create a new project, you have to specify the HOST name in t
5354
add remote origin step.
5455

5556
Example
57+
5658
$ git init
5759
$ git commit -m"firt commit"
60+
5861
now if you use your first one ( normal github )
62+
5963
$ git remote add origin git@github.com:Company/testing.git
64+
6065
instead it you want to use the other user just change the HOST name
66+
6167
$ git remote add origin git@github-COMPANY:Company/testing.git
6268

6369
:)

0 commit comments

Comments
 (0)