Abijith K Aabijithka.hashnode.dev·Oct 14, 2024Git : Guide to Master the ConceptWhat is Git? Git is a free, open-source version control system (VCS) that helps developers keep track of and manage changes to their code and projects. It's the most popular VCS globally and is seen as the modern standard for software development. �...71 readsGit
Osaigbovo Idiagheidiagheosaigbovo.hashnode.dev·Jan 23, 2024How to setup Your GitHub Student PackThis article is for persons who are students, just getting introduced to the software development environment who are willing to learn how to enroll for the GitHub student pack. I am writing this to majorly clarify the process of getting access to th...1 like·213 readsgit-setup
Md. Maruf SarkerforStack Learnerblog.stacklearner.com·Sep 14, 2023Editor, Compiler, Runtime, git, etc Setup guidelines for BeginnersFor Windows Users ডাউনলোড vscode Install a terminal gitbash Nodejs Setup ডাউনলোড nodejs After installing it open a new terminal and type node -v and npm -v to check if everything is working fine. C/C++ Setup ডাউনলোড mingw compiler Follow the ins...11 likes·370 readsgit-setup
Md. Maruf Sarkermdmarufsarker.hashnode.dev·Sep 14, 2023Editor, Compiler, Runtime, etc Setup guidelines for BeginnersFor Windows Users ডাউনলোড vscode Install a terminal gitbash Nodejs Setup ডাউনলোড nodejs After installing it open a new terminal and type node -v and npm -v to check if everything is working fine. C/C++ Setup ডাউনলোড mingw compiler Follow the ins...70 readsgit-setup
Ronak Paulcodago.hashnode.dev·Sep 10, 2023Git and GitHub: IntroductionIn the world of software development, collaboration is key. Teams of developers work together to create amazing applications, websites, and programs. But how do they keep track of all the changes, updates, and improvements they make to their projects...1 likeGit
Vincenzo Ciacciovikkio.hashnode.dev·Sep 15, 2022Some more git stuff I forgot to do after reinstallingA few days ago I posted this article about how I set up my machine after re-installing OS. I forgot a few nice steps I do, and it was a pain to find out what I was missing, and all of them were related to git settings. Global Gitignore Don't you hate...4 likes·45 readsGit