Erick Awinoawwyblog.hashnode.dev·Nov 5, 2024Git Bash Commands for BeginnersAs a newbie developer fresh out of an intensive BootCamp at ALX-Africa, I am committing to sharing what I have learned in the past year and a few months to make it easier for those pivoting into tech. Immediately after joining the SE program at ALX, ...DiscussGitHub
Sajid Ahmad Lonesajidlone95.hashnode.dev·Aug 12, 2024Simple documentation and CheatSheet for Git implementationFor last few days, I've been learning and working with GIT which is the most adopted distributed version control system. So, while learning the same from various resources I've made some notes and created a CheatSheet for using the tool which covers ...Discuss·53 readsGit
Rabiatu Mohammedrabiatucloud.hashnode.dev·Jul 7, 2024Mastering Git Bash: Creating and Pushing Your First Index File to GitHubHello there! If you're looking to get a handle on Git Bash and GitHub, you're in the right place. In this guide, I'll take you through the process of setting up a Git repository, creating an Index file, and pushing your changes to GitHub. This is per...DiscussGit
Charly Adolfuschakocloud.hashnode.dev·Jul 7, 2024Create a file on your local machine using GitBash and push it to a GitHub repository.Create a file on your local machine using GitBash and push it to a GitHub repository. To create a file from your local machine via GitBash and push it to a GitHub repository, follow these steps: Open GitBash: Launch GitBash on your local machine. U...DiscussGitHub
prathu Dwivediprathu.hashnode.dev·Jun 30, 2024Mastering Virtual Environments: My Journey with VagrantGetting Started: The initial setup involved installing Vagrant and VirtualBox, which serve as the foundation for managing virtual environments. The Vagrantfile, a configuration file, plays a crucial role in defining the virtual machine's settings. Cr...Discuss·1 likeDevops
Dave Grayyesdavidgray.com·Jun 14, 2024FIX: Git Bash is Slow and has Strange Random Characters in VS CodeTLDR: If you're using git bash in VS Code and notice it slows down and/or starts printing random characters, here's how to fix it. The Problem After a recent VS Code update, I noticed git bash really slowed down. Sometimes it even output random weird...Discuss·108 readsVS Code
Mohammad Ayaan Siddiquiblog.moayaan.com·May 6, 2024Git in a NutshellGit is a powerful version control system that helps developers collaborate, track changes, and manage their codebase effectively. In this quick cheat sheet, we'll cover the essential Git commands used in development, along with a bonus section on cre...Discussgitcrashcourse
Saomyaraj Jhasaomyaraj.hashnode.dev·Mar 19, 2024Mastering Open Source through GitIntroducing Git Hello Reader! Today we'll dive into and get introduced to the world of Open-Source through Git and GitHub. So basically, Git is an Open-Source version control system developed by Linus Torvalds and currently being developed collective...DiscussGit
Bendi Karthikeyakarthikeya07.hashnode.dev·Jan 24, 2024My First Live WebsiteI made my very own website using VS Code and Vercel! added links to my LinkedIn and GitHub. I wrote HTML code in VS code. By using GitBash , I push the code to my GitHub account( https://github.com/BendiKarthikeya ) . From GitHub , I upload my projec...Discuss·1 like·39 readsWeb Development
Benita Mbulubeniottabenita.hashnode.dev·Jan 15, 2024Demystifying Git, Git Hub, and Git Bash: Understanding the Key DifferencesIntroduction to Version Control Systems In the world of software development, version control systems play a crucial role in managing the changes made to a project over time. These systems track modifications, allow collaboration among team members, ...DiscussGitHub