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
Alla Yasheelacloud-z.hashnode.dev·Sep 8, 2024Understanding Virtualization, VM Types, and Creating VM Instances on AzureWhat is Virtualization? Virtualization is a technology that allows you to create and run virtual versions of physical resources, such as servers or operating systems. This means you can have multiple "virtual" computers running on a single physical m...DiscussAzureDevOpsJenkins
Walter John Salibayaiwalts.hashnode.dev·Aug 31, 2024ACTIVITY #4 Git Fundamentals Documentation on Medium.com”Creator: Walter Jhon G. Salibay Course: BSITSubject: SYSTEM INTEGRATION AND ARCHITECTURE 2 1. Get version of you Git. Type "git --version". 2. Config your git bash Author name and email. Type "git config --global user.name "Put name here". Type "gi...Discuss·1 like#git bash
Dhruv Rajvanshidhruv-blogs.hashnode.dev·Aug 3, 2024Day 5 | Git & GitHub FundamentalsIn the world of software development, version control is crucial for tracking changes, collaborating with others, and maintaining the integrity of codebases. Git, a distributed version control system, and GitHub, a platform for hosting Git repositori...Discuss·1 likeGitHub
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·110 readsVS Code
AKEH EUNICEladyintech.hashnode.dev·Apr 6, 2024Create An Index.Html File In Git Bash & Push It To GithubIntroduction Using platforms like GitHub and version control systems like Git is crucial for any developer or anyone hoping to collaborate on projects or display their work. Contributing HTML files to repositories is a basic part of using GitHub and ...DiscussGitHub
Tetteh Henryhenrycodex.hashnode.dev·Aug 31, 2023Understanding Git: A Comprehensive GuideIntroduction to Version Control What is source code management? Source code management (SCM), also known as version control or revision control, is the practice of tracking and managing changes to a collection of files, typically related to software ...Discuss·12 likes·86 readsGitHub
Harrison Olufemi Orimoladeharrysink.hashnode.dev·Aug 1, 2023How to push large folders to GitHub, using Git Bash, all at once.Whether it is code, images, program files, or even basic word and text files, pushing folders with few files to GitHub probably isn’t an issue for most basic to newbie developers or GitHub users. Even if you don’t want to go through the hassle of nav...Discuss#git bash
Shubh Sharmashubhsharma19.hashnode.dev·Jan 2, 2023How to: change the default terminal in VS CodeOverview So we all use VS Code on a daily basis and we also use the terminal of VS Code as well to communicate with our Operating System. To open Terminal in VS Code we do that by going to the terminal tab on the top we can start a new terminal, also...Oye Ibrahim and 1 other are discussing this2 people are discussing thisDiscuss·14 likes·143 readsvscode
Mutuma Gitongadevgitonga.hashnode.dev·Dec 16, 2022Generating an SSH Public/Private Key Pair in Windows to Link to your GitHub for Passwordless Git OperationsIntroduction By default, a local git client requires GitHub password authentication for common operations such as git clone, git pull, and git push. Sticking to this form of authentication is a great hassle and perhaps that's why you are here. This a...Discuss·36 readsGit