Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Thank_you - Copy (2).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Hello JADI.
Thanks for your free and powerful tutorial for Git.
but you forgotten to teach "How to chnage HEAD"

Thank's Again
Dastgheybi
https://github.com/dastgheybi-smh

----------------------------------------------------

Salam Jadi,
I think if you add git stash to your Git course, it can be really helpful.
Thank you Jadi!

Javad mosavian
https://github.com/javad-mosavian/
16 changes: 16 additions & 0 deletions Thank_you - Copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Hello JADI.
Thanks for your free and powerful tutorial for Git.
but you forgotten to teach "How to chnage HEAD"

Thank's Again
Dastgheybi
https://github.com/dastgheybi-smh

----------------------------------------------------

Salam Jadi,
I think if you add git stash to your Git course, it can be really helpful.
Thank you Jadi!

Javad mosavian
https://github.com/javad-mosavian/
28 changes: 28 additions & 0 deletions passwordless Github SSH connection - Copy (2).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## passwordless github connection
(https://github.com/abu2020/)
#### 1. you should have cloned your repo as SSH :
`https >> git clone https://github.com/USERNAME/REPOSITORY.git`
`SSH >> git clone [email protected]:USERNAME/REPOSITORY.git`
#
#### 2. making SSH key pair:
ssh-keygen
- skip all questions
- now you have ssh key pair in ~/.ssh/
- ( id_rsa ) > (private key)
- ( id_rsa.pub ) > (public key)
- note: now you can send your public key (id_rsa.pub) anywhere you wanna have ssh access.
#
#### 3. adding public key to your github account:
**go to:**
1. setting
2. SSH and GPG keys
3. new ssh key
4. enter a title
5. copy the content of your id-rsa.pub into the Key field
6. submit add key
7. Done
#
###### now in git push , you do not need to enter username and password.
###### its going to be done by SSH key pair, you have private key and your github account has public key.
#### DONE

28 changes: 28 additions & 0 deletions passwordless Github SSH connection - Copy (3).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## passwordless github connection
(https://github.com/abu2020/)
#### 1. you should have cloned your repo as SSH :
`https >> git clone https://github.com/USERNAME/REPOSITORY.git`
`SSH >> git clone [email protected]:USERNAME/REPOSITORY.git`
#
#### 2. making SSH key pair:
ssh-keygen
- skip all questions
- now you have ssh key pair in ~/.ssh/
- ( id_rsa ) > (private key)
- ( id_rsa.pub ) > (public key)
- note: now you can send your public key (id_rsa.pub) anywhere you wanna have ssh access.
#
#### 3. adding public key to your github account:
**go to:**
1. setting
2. SSH and GPG keys
3. new ssh key
4. enter a title
5. copy the content of your id-rsa.pub into the Key field
6. submit add key
7. Done
#
###### now in git push , you do not need to enter username and password.
###### its going to be done by SSH key pair, you have private key and your github account has public key.
#### DONE

28 changes: 28 additions & 0 deletions passwordless Github SSH connection - Copy (4) - Copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## passwordless github connection
(https://github.com/abu2020/)
#### 1. you should have cloned your repo as SSH :
`https >> git clone https://github.com/USERNAME/REPOSITORY.git`
`SSH >> git clone [email protected]:USERNAME/REPOSITORY.git`
#
#### 2. making SSH key pair:
ssh-keygen
- skip all questions
- now you have ssh key pair in ~/.ssh/
- ( id_rsa ) > (private key)
- ( id_rsa.pub ) > (public key)
- note: now you can send your public key (id_rsa.pub) anywhere you wanna have ssh access.
#
#### 3. adding public key to your github account:
**go to:**
1. setting
2. SSH and GPG keys
3. new ssh key
4. enter a title
5. copy the content of your id-rsa.pub into the Key field
6. submit add key
7. Done
#
###### now in git push , you do not need to enter username and password.
###### its going to be done by SSH key pair, you have private key and your github account has public key.
#### DONE

28 changes: 28 additions & 0 deletions passwordless Github SSH connection - Copy (4).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## passwordless github connection
(https://github.com/abu2020/)
#### 1. you should have cloned your repo as SSH :
`https >> git clone https://github.com/USERNAME/REPOSITORY.git`
`SSH >> git clone [email protected]:USERNAME/REPOSITORY.git`
#
#### 2. making SSH key pair:
ssh-keygen
- skip all questions
- now you have ssh key pair in ~/.ssh/
- ( id_rsa ) > (private key)
- ( id_rsa.pub ) > (public key)
- note: now you can send your public key (id_rsa.pub) anywhere you wanna have ssh access.
#
#### 3. adding public key to your github account:
**go to:**
1. setting
2. SSH and GPG keys
3. new ssh key
4. enter a title
5. copy the content of your id-rsa.pub into the Key field
6. submit add key
7. Done
#
###### now in git push , you do not need to enter username and password.
###### its going to be done by SSH key pair, you have private key and your github account has public key.
#### DONE

28 changes: 28 additions & 0 deletions passwordless Github SSH connection - Copy (5) - Copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## passwordless github connection
(https://github.com/abu2020/)
#### 1. you should have cloned your repo as SSH :
`https >> git clone https://github.com/USERNAME/REPOSITORY.git`
`SSH >> git clone [email protected]:USERNAME/REPOSITORY.git`
#
#### 2. making SSH key pair:
ssh-keygen
- skip all questions
- now you have ssh key pair in ~/.ssh/
- ( id_rsa ) > (private key)
- ( id_rsa.pub ) > (public key)
- note: now you can send your public key (id_rsa.pub) anywhere you wanna have ssh access.
#
#### 3. adding public key to your github account:
**go to:**
1. setting
2. SSH and GPG keys
3. new ssh key
4. enter a title
5. copy the content of your id-rsa.pub into the Key field
6. submit add key
7. Done
#
###### now in git push , you do not need to enter username and password.
###### its going to be done by SSH key pair, you have private key and your github account has public key.
#### DONE

28 changes: 28 additions & 0 deletions passwordless Github SSH connection - Copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## passwordless github connection
(https://github.com/abu2020/)
#### 1. you should have cloned your repo as SSH :
`https >> git clone https://github.com/USERNAME/REPOSITORY.git`
`SSH >> git clone [email protected]:USERNAME/REPOSITORY.git`
#
#### 2. making SSH key pair:
ssh-keygen
- skip all questions
- now you have ssh key pair in ~/.ssh/
- ( id_rsa ) > (private key)
- ( id_rsa.pub ) > (public key)
- note: now you can send your public key (id_rsa.pub) anywhere you wanna have ssh access.
#
#### 3. adding public key to your github account:
**go to:**
1. setting
2. SSH and GPG keys
3. new ssh key
4. enter a title
5. copy the content of your id-rsa.pub into the Key field
6. submit add key
7. Done
#
###### now in git push , you do not need to enter username and password.
###### its going to be done by SSH key pair, you have private key and your github account has public key.
#### DONE