From 12ba947918f136251739c9fe31ddad15ece7e9db Mon Sep 17 00:00:00 2001 From: saeedhassansolangi Date: Mon, 6 Apr 2020 07:43:09 +0000 Subject: [PATCH 1/3] added feedback markdown file --- saeed_hassan_solangi_feedbak.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 saeed_hassan_solangi_feedbak.md diff --git a/saeed_hassan_solangi_feedbak.md b/saeed_hassan_solangi_feedbak.md new file mode 100644 index 0000000..78230f7 --- /dev/null +++ b/saeed_hassan_solangi_feedbak.md @@ -0,0 +1,18 @@ +# Feedback + + + +> This was my **first** live session in my life to learn something new and it went well . +It was a good idea to aware your youth about open source that how they can Contribute to Open Source Projects on **GITHUB**. + + *** + +### ```I am very grateful to The ``` +* [VIVEK SHARMA](https://github.com/viveksharmaui "vivek sharma") +* [MUHAMMAD OWAIS RAZA](https://github.com/owais4321 "Muahmmad Owais Raza") +* [MURSAL FURQAN KUNBHAR](https://github.com/mursalfk "Mursal Furqan Kunbhar") + + and others who thought of this live session on __THE OPEN SOURCE THE NEW WAY__ And I want to attend such live sessions in Future too. + +### Your Well Wisher : +> **saeedhassansolangi** \ No newline at end of file From f3106531feacafce0055a5f10b150511fce13e7a Mon Sep 17 00:00:00 2001 From: saeedhassansolangi Date: Mon, 6 Apr 2020 07:55:50 +0000 Subject: [PATCH 2/3] Added learning markdown file --- saeed_hassan_solangi_learning.md | 60 ++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 saeed_hassan_solangi_learning.md diff --git a/saeed_hassan_solangi_learning.md b/saeed_hassan_solangi_learning.md new file mode 100644 index 0000000..8c0549d --- /dev/null +++ b/saeed_hassan_solangi_learning.md @@ -0,0 +1,60 @@ +# Things I learnt + +> i have learnt many new things from the live session + +* For Example : + * What is Version Control Tool + * What is Git and How to Use it + * Why Git is Important for Programmers + * How to Install Git and difference between CLI and GUI + * What is GITHUB and Importance of GITHUB + * Few Git Commands + ``` + * git --version + * git init + * git status + * git add + * git rm --cache + * git commit -m + * git remote + * git clone + * git push + * git pull + * git branch + * git checkout + * git checkout -b + * git merge + * git reset + * git log + * git stash + * git rebase + * git squash + * git config + ``` + * How to Contribute to __OPEN SOURCE PROJECT__ on GITHUB + * Step-By-Step Guide to Contributing to Open Source + ``` + * FORK a Open Source Project on GITHUB . + * Clone/Download the GITHUB FORK to Our Computer . + * Create a new branch for our work in our local clone . + * Make Changes to our local repository . + * Stage and Commit changes to our local repository . + * Push Our Changes to Our GITHUB . + * Create a New Pull Request + * Now Wait for Response for your PUll Request to be merge + ``` + * GITHUB SLANG'S + ``` + * LGTM : Looks good to me + * ACK : Acknowledgement + * NACK/NAK : Negative Acknowledgement + * RFC : Request for comments + * WIP : Work in Progress + * IIRC : If i recall correctly + * AFAIK/AFAICT : As far as I know/can tell + * and few others + ``` + * How to Join an Organization on GITHUB + * How to make Good Friends + + > AND THANK YOU GUYS FOR EVERY THING \ No newline at end of file From 087f5c0045cc6b2b8cc22db22fa9a5021d4ae885 Mon Sep 17 00:00:00 2001 From: saeedhassansolangi Date: Mon, 6 Apr 2020 08:00:32 +0000 Subject: [PATCH 3/3] added learning markdown file --- saeed_hassan_solangi_feedbak.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 saeed_hassan_solangi_feedbak.md diff --git a/saeed_hassan_solangi_feedbak.md b/saeed_hassan_solangi_feedbak.md deleted file mode 100644 index 78230f7..0000000 --- a/saeed_hassan_solangi_feedbak.md +++ /dev/null @@ -1,18 +0,0 @@ -# Feedback - - - -> This was my **first** live session in my life to learn something new and it went well . -It was a good idea to aware your youth about open source that how they can Contribute to Open Source Projects on **GITHUB**. - - *** - -### ```I am very grateful to The ``` -* [VIVEK SHARMA](https://github.com/viveksharmaui "vivek sharma") -* [MUHAMMAD OWAIS RAZA](https://github.com/owais4321 "Muahmmad Owais Raza") -* [MURSAL FURQAN KUNBHAR](https://github.com/mursalfk "Mursal Furqan Kunbhar") - - and others who thought of this live session on __THE OPEN SOURCE THE NEW WAY__ And I want to attend such live sessions in Future too. - -### Your Well Wisher : -> **saeedhassansolangi** \ No newline at end of file