Chintan Bogharachintanboghara.hashnode.dev·Jan 4, 2025GitHub CLIAbout 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...10 likes·309 readsDevOpsDevops
Amaanamaan8429.hashnode.dev·Dec 23, 2024Git, Github CLI, and aliasesStarting 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 ...7 likes·43 readsGitHub
Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 19, 2024Easy GitHub CLI Extensions with NixGitHub 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...GitHub
Forhad Hossaincodeforhad.hashnode.dev·Jul 2, 2024How to Initialize a Git Repository and Create a GitHub Repository Using the GitHub CLISetting 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 ...1 likeGit
Ram Shankar Choudharydevhaven.hashnode.dev·Mar 9, 2024Streamlining Git Workflow with Multiple GitHub Accounts and GitHub CLIManaging 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...GitHub
Alexandre Nedelectechwatching.hashnode.dev·Oct 23, 2023Effortlessly Configure GitHub Repositories for Azure Deployment via OIDCWhat 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...1 likeAzure
Patrick Okaforwritesbypatrick.hashnode.dev·Aug 1, 2023"Mastering Git: A Step-by-Step Guide to Creating and Pushing a GitHub Repository via the Terminal"In my dream of owning an 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 Who Should Read this Article? This article is intended for individu...38 readsLinux
Elvis Brevielvisbrevi.hashnode.dev·Jul 5, 2023Static Web Page with Continuous Deployment and IACThis article is about how I made my blog (elvisbrevi.com) using AWS "free tier" services to host a static site created with Vite and AWS Cloud Development Kit for creating Cloudformation Stack and deploying them with GitHub Actions, the complete code...11 likes·356 readsCDK
Vishwas Acharyavishwasacharya.hashnode.dev·Jun 22, 2023GitHub Desktop vs Command Line: Which is Right for You?GitHub is a widely popular platform that developers use for version control and collaboration. It offers various tools and features to streamline the development process. Two commonly used methods for interacting with GitHub are the GitHub Desktop ap...GitHub
Vishwas Acharyavishwasacharya.hashnode.dev·May 31, 2023The Ultimate Guide to GitHub Tools for Streamlining Your WorkflowGitHub has become an essential tool for developers and software teams, providing a platform for version control, collaboration, and project management. Whether you're a beginner or an experienced developer, understanding the various tools and feature...GitHub