Git. VS-Code.Web Hosting!What?
Who does not know Git , VS-Code or Web Hosting!?
We all know the definition somewhere. But when it is the time to implement them /use them instantly, we hesitates and doubts resulting into looking at steps with one google search away.
It is a very void problem which got its permanent solution at neoG-Camp.
We all know:
Git keeps track of the changes a couple of people make on a single project and then merges the code where people have worked on different parts into one project.
Where VS-Code is an IDE for web developers to have fun and ease with.
And web-hosting comes with an inner name “Netlify” to host your projects for free.
But if we talk about their practical version ;
We all just need to open up github desktop , go for the creation of new repo , choose the directory for location and voila , repo is created.
Get it open in VS-Code and see how your every change at VSCode file is reflected back!
Get rid off those cmd issues , git bash issues that always frustrated you!
Some Terminologies to remember :
Having a good commit messages using feat, fix, docs, style , refactor and chore!!!
The process works so easily after creation of your repo and opening up of it in VS-Code . After which any change you did into it is reflected back to your Github Desktop and then it asks you to either have some another branch or just publish your repository wit one ease of button!
Do you wonder , how Internet works?
open up any website!
what happened?
Your browser goes to server which knows where your website is.
Server checks (name server: tells browser address) and (other sever is that which is on that address).
So browser asks name server which in turn asks main to get me back that website I requested via browser , and this is how your internet cycle completes its process.
We all want to work in company like a team!?
But we shy to ask anyone how to submit any task assigned to us!
No worry, now we have answer by Tanay Sir to never rust off your work in your laptop , do your all work in a branch(different from main) and push back it on that specific branch only.
When work done , raise your PR , which will be approved later by the team member to get it merged on the master branch!
And this is how some random yet basic questions are answered and are stored in our mind permanently !