Yo git hub k ho ? Heard about it many times asti webinar ni join garya thiye yei community le run gareko , tarw chadai leave haney kaam parerw . Let me know about it if beginner haru lai ni chainxa wa nai . Ani kk garxa yesley , it stores codes bhanni sunya thi sunna tw , tarw khassei idea nei xainw yo k ho bhanerw . yeso explain gardinu hola .
ANI ANI ANI let me kniw asti ko video xa ki nai katai >>>>>>>>>>
Advance ma , yo post read matrw gardiney lai ni lakhau karodau dhanyebadh ! uhi tapai ko pyaro , Famous bhai !
What is Git?
Git is a popular version control system. It was created by Linus Torvalds in 2005 and has been maintained by Junio Hamano since then.
It is used for:
What does Git do?
Why Git?
What is GitHub?
GitHub is a for-profit company that offers a cloud-based Git repository hosting service. Essentially, it makes it a lot easier for individuals and teams to use Git for version control and collaboration.
GitHub’s interface is user-friendly enough so even novice coders can take advantage of Git. Without GitHub, using Git generally requires a bit more technically savvy and use of the command line.
Here is the recorded Video of the Git and Github workshop👇👇
A Practical Guide to Git and Github in Nepali | Day 1 | itsnp – YouTube
Happy learning ✨
GitHub
github chai euta cloud-based version control website ho…it helps user to store and manage there code…
What is version control?
version control le chai developer lai afno software ko code tracking ra managing ma help garxa…
for example:
Euta software xa re…which is pretty big project. Aba if a developer wanted to work or make changes on one specific part of this software codebase, it wouldn’t be safe or efficient to have them directly edit the “official” source code.
Solution k ta vanda Version control
version control lets developers safely work through branching and merging.
With branching, a developer duplicates part of the source code (called the repository). The developer can then safely make changes to that part of the code without affecting the rest of the project.
Then, once the developer gets his or her part of the code working properly, he or she can merge that code back into the main source code to make it official.
So sabai changes haru chai tracked hunxa…so whenever they want …they can revert the changes…
aba kura garum …
What is Git?
Git is a specific open-source version control system created by Linus Torvalds in 2005.
Specifically, Git is a distributed version control system, which means that the entire codebase and history is available on every developer’s computer, which allows for easy branching and merging.
What is github?
(more descriptive than above)
GitHub is a for-profit company that offers a cloud-based Git repository hosting service. Essentially, it makes it a lot easier for individuals and teams to use Git for version control and collaboration.
GitHub’s interface is user-friendly enough so even novice coders can take advantage of Git. Without GitHub, using Git generally requires a bit more technical savvy and use of the command line.
Hope you understood…if not comment your confusion I will try to clear them..
This is very helpful explanation.
seems everyone who does coding needs this !!
So direct account banaunw milxa ki k ? google account banaune jasari nei ho ?
direct banauna ni milxa…google account bata banauna ni milxa…very easy process
Not going to bore you with same git/github ko pros, cons, definition as Virtual Wiz sir has explained it quite well. And about the recording of the workshop you can check this playlist out: https://youtube.com/playlist?list=PLkHMopSWmw_R7ffSsvfx3g3zoKu0vJfsd
Here you can find both Day1 and Day2 videos which was pretty well explained and demonstrated. Hope it helps:)
Bro eta nai sabai kura vanda lamba chauda hunxa baru astina kai session ka bata leave garnu vako ho tei bata continue garda sajilo hola. Here’s the youtube link for the video
Git & github
Plus I would suggest ki aru aru youtuber jastai CodeWithHarry haru ko ni crash course herda beneficial hola..
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Git is easy to learn and has a tiny footprint with lightning-fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
You can learn more about git from here: https://git-scm.com/search/results?search=about%20git
Simply bujhda git hub vaneko hamro code ko harek state haru lai capture garne matra ho so that in case of fatal error, we can revert back to working state. Also, multiple people can work on the same project throught git and github.
Git and github are not same btw.
Simply bhanda Git is a version control system where you can upload, update, contribute and share code among a group of developers or even publicly.
You can check more at google.
Hope it helps
These two videos might help you to know more about Git and Github
A Practical Guide to Git and Github in Nepali | Day 1 | itsnp
A Practical Guide to Git and Github in Nepali | Day 2 | itsnp