Jun 8, 2025 · 3 min read · GitHub is the go-to platform for hosting and collaborating on code. If you’re new to Git or GitHub, this guide will make setting up your GitHub repository using the Git command line interface (CLI) simple and straightforward. Whether you have an exis...
Join discussion
Apr 4, 2025 · 2 min read · So recently, I was cleaning up my GitHub profile — and I realised I had so many random public repos 😅Some were test projects, some half-done college stuff, and a few experiments I never even finished. I didn’t want people to see all that junk, but G...
Join discussion
Jan 4, 2025 · 4 min read · About the GitHub CLI GitHub CLI is a command-line tool that brings pull requests, issues, GitHub Actions, and other GitHub features to your terminal, allowing you to do all your work in one place. GitHub CLI includes features like: View, create, clo...
Join discussion
Dec 23, 2024 · 3 min read · Starting with Git 1. Download Git Go to the official Git website: git-scm.com. Click on the Download for Windows button. Once the download is complete, open the installer. 2. Install Git Run the Installer: Double-click the downloaded .exe file ...
Join discussion
Aug 19, 2024 · 3 min read · GitHub CLI (gh) is one of my favourite tools. In addition to its built-in commands, it allows you to write your own extensions. In this post, I will show you how to write a simple GitHub CLI extension and how to package it with Nix, in particular und...
Join discussion
Jul 2, 2024 · 3 min read · Setting up version control for your project is essential. This guide will help you initialize a Git repository locally and create a corresponding repository on GitHub using the GitHub Command Line Interface (CLI). Step 1: Initialize a Git Repository ...
SShakil commented
Mar 9, 2024 · 2 min read · Managing multiple Git accounts is a common scenario for developers engaged in various projects or toggling between personal and professional repositories. The necessity for distinct identities becomes crucial to ensure proper attribution and maintain...
Join discussionOct 23, 2023 · 7 min read · What if we could script the creation and configuration of a GitHub Repository so that it is ready to provision or deploy Azure resources from a GitHub Actions pipeline? We will do that in this article using the Azure CLI and GitHub CLI. The Objective...
Join discussion
Aug 1, 2023 · 6 min read · In my dream of owning a housing estate, I will name it "The Terminal". It would encompass everything a city needs to survive and flourish and I will never have to leave it. ~ Patrick Okafor Introduction Context switching kills productivity. Every ti...
Join discussion