2-Days Workshop On GitHub
I have attended two-day workshop on Git & GitHub workshop under the guidance of Vimal Daga Sir and I am feeling so much excitement to share my experience with all of you guys. Well, if you don’t know who is Vimal Daga then I would like to tell you that he holds World Record for becoming very first candidate to qualify RHCA Level 23. He just loves to explore the different technologies and he knows so many technologies and he have his own company Linux World Informatics Pvt. Ltd. Which is established by him when he was doing his bachelors degree.
Now let’s talk about what was the workshop and personally what things I learn from this workshop –
This Workshop Start with the introduction of mentor and all other useful information given by Preeti Chandak ma’am later on Vimal Sir came and finally he introduces about the Git & GitHub.
He told about Git from the basics started from what is git? So, git is one of the best SCM management tool and is it widely used by the industries to keep their services updated. Git behind the seen takes snapshot to maintain the backup of previous code.
Git have two type of area one is Staging area and commit area in which staging area keep the track of file so that if developer make any change it can show that you have changes something. Commit area save the changes by creating different version.
Git has a multiple branch that maintain data of multiple users separately or multiple changes separately. And generally, Master is the main branch which merge the code of all other branches and the this final code used to deploy in the main server.
Coming on GitHub it is remote area where we can do all work as on git.
Further he has shown hands on practical by integrating GitHub with Jenkins to update the web-server content live and many more practical to know the real use case of GitHub and then finally session ended.