Naresh Shekkarinareshshekkari.hashnode.dev·Dec 9, 2024Complete Guide to Git: History, Benefits, and How to Use It in Projects1. Basic History of Git Git was created by Linus Torvalds in 2005, primarily to manage the source code of the Linux kernel. Before Git, the Linux community used a proprietary version control system called BitKeeper, but it had limitations that led to...git commands for beginners
Sazidul Islamsazidthe1.hashnode.dev·Jan 9, 202410 Most Essential Git Commands: Must-Have Knowledge for DevelopersHey there, fellow coding enthusiasts! If you're anything like me, you know that version control is the backbone of efficient and organized software development. When it comes to version control, Git reigns supreme. Intro Git is a powerful tool that a...60 readsGit
Shefalidevshefali.hashnode.dev·Sep 18, 202314 Git Commands You Should Know As a BeginnerGit plays an important role in the daily workflow of programmers, particularly when collaborating within a team, and it stands as an indispensable tool in the software industry. Having a solid grasp of Git commands is essential for efficient version ...Web Development
Ayush Aryanayusharyan07.hashnode.dev·May 17, 2023GIT and GITHUBFirst of all download GIT from the given link : GIT download link After downloading it successfully, open GIT and run the command I mentioned below, Home Directory $ pwd $ mkdir git-fast ...11 likes·102 readsGit
Parmeet Singhparmeet21.hashnode.dev·Apr 8, 2023Git Basic to Advance CommandsBasic Before Git Commands Git-GIT, which stands for Global Information Tracker, is a powerful and widely-used version control system commonly used for software development and other collaborative projects. Git hub-GitHub is a code hosting platform fo...13 likes·73 readsDevops
Sreedevi Valetisreedeviblog.hashnode.dev·Sep 5, 2022Basic Git CommandsHello readers, this is the continuation to the previous blog Introduction to Git, for your reference please follow this if you missed the previous blog. in part - 2 we are going to discuss some more git commands which are commonly use in our day to ...1 like·419 readsGit
Sreedevi Valetisreedeviblog.hashnode.dev·Sep 4, 2022Introduction to GitWhat is Git? Features of Git Git workflow Git Commands What is Git? Git is a free and open source distributed version control system used to handle very small to large projects efficiently. It is developed to co-ordinate the work among the devel...1 like·965 readsGit