diff --git a/Thank_you - Copy (2).md b/Thank_you - Copy (2).md new file mode 100644 index 00000000..a2225c65 --- /dev/null +++ b/Thank_you - Copy (2).md @@ -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/ diff --git a/Thank_you - Copy.md b/Thank_you - Copy.md new file mode 100644 index 00000000..a2225c65 --- /dev/null +++ b/Thank_you - Copy.md @@ -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/ diff --git a/passwordless Github SSH connection - Copy (2).md b/passwordless Github SSH connection - Copy (2).md new file mode 100644 index 00000000..9d24e7f5 --- /dev/null +++ b/passwordless Github SSH connection - Copy (2).md @@ -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 git@github.com: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 + diff --git a/passwordless Github SSH connection - Copy (3).md b/passwordless Github SSH connection - Copy (3).md new file mode 100644 index 00000000..9d24e7f5 --- /dev/null +++ b/passwordless Github SSH connection - Copy (3).md @@ -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 git@github.com: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 + diff --git a/passwordless Github SSH connection - Copy (4) - Copy.md b/passwordless Github SSH connection - Copy (4) - Copy.md new file mode 100644 index 00000000..9d24e7f5 --- /dev/null +++ b/passwordless Github SSH connection - Copy (4) - Copy.md @@ -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 git@github.com: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 + diff --git a/passwordless Github SSH connection - Copy (4).md b/passwordless Github SSH connection - Copy (4).md new file mode 100644 index 00000000..9d24e7f5 --- /dev/null +++ b/passwordless Github SSH connection - Copy (4).md @@ -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 git@github.com: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 + diff --git a/passwordless Github SSH connection - Copy (5) - Copy.md b/passwordless Github SSH connection - Copy (5) - Copy.md new file mode 100644 index 00000000..9d24e7f5 --- /dev/null +++ b/passwordless Github SSH connection - Copy (5) - Copy.md @@ -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 git@github.com: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 + diff --git a/passwordless Github SSH connection - Copy.md b/passwordless Github SSH connection - Copy.md new file mode 100644 index 00000000..9d24e7f5 --- /dev/null +++ b/passwordless Github SSH connection - Copy.md @@ -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 git@github.com: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 +