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...DiscussGitHub
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 ...Discuss·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...DiscussGitHub
Alexandre NedelecProtechwatching.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...Discuss·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...Discuss·34 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...Discuss·11 likes·352 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...DiscussGitHub
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...DiscussGitHub
Vishnu Prasaathblog.vishnuprasaath.dev·Apr 13, 2023GitHub CLI: gives wings to terminalWhen working with git, you’re obviously aware that you need to switch to the web browser to perform various actions on the GitHub repo - Pull Request, Issues, Review... The GitHub CLI tool gives wings to the cmd-line, so you can execute many of these...Discuss·2 likes·1.1K readsgithub-cli
Favourite JomeProblog.favouritejome.dev·Dec 5, 2022First look at the GitHub CLIWe all know about Github, I presume but do we know about the Github CLI (Command Line Interface)? The GitHub CLI is a tool I've been using recently, and I doubt many of us developers are aware of it, so we'll be looking at some of its use cases which...Discuss·14 likes·281 readsGitHubAwesome article Favourite! Congrats on publishing 🥰🥳 10