Zach's profile pictureZach
Joined in 2015
Web developer, designer, tinkerer, and beer enthusiast living in Tampa, Florida.
Related to this guide:
Intro to Hub: Improve Your GitHub Workflow with the CLI ToolIntro to Hub: Improve Your GitHub Workflow with the CLI Tool
Hub overview Hub is a command-line tool that wraps git and provides extra functionality that makes working with GitHub easier.
Tyler's profile picture TylerView
In these interests: gitgithub
Git: Move Your Latest Commits to Another BranchGit: Move Your Latest Commits to Another Branch
Sometimes we start writing code without managing our branches in advance. Then we make commits in master (or some other base branch) when we intended to carve off a new feature branch.
Tyler's profile picture TylerView
In these interests: git
GitHub Package Registry: Manage Packages Alongside Your Source CodeGitHub Package Registry: Manage Packages Alongside Your Source Code
Publishing software packages is already pretty easy, so what does GitHub’s Package Registry offer that we don’t already have?
Tyler's profile picture TylerView
In these interests: newsgithubgit
People also read:
Create GitHub personal access tokens for the command line
Nothing is certain, except death and taxes and merge conflicts. -Benjamin Franklin
Cleaning up unused tags is an important part of Git housekeeping. This guide will show you how to delete tags from both local and remote Git repositories.
Git is an open-source version control system (VCS). In order to use Git to track changes in your code from the command line, you’ll need to download, install and configure it on your computer.
Tab completion, or auto-completion, is essential if you’re using Git on the command line. Tab completion is a nice feature of many shells that allows you to complete a word by hitting tab.
I’ve wanted to start blogging again after a few years off. I was thrilled to find that I can blog using markdown in Vim and publish using git.
When you’re using git routinely, it’s helpful to know which branch you’re currently on without having to type git status or git branch.
Posted in these interests:
Discuss this guide:
We’re hiring!
Are you a passionate writer or editor? We want to hear from you!
We’re hiring!
Are you a passionate writer or editor? We want to hear from you!

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Leave a Reply

Your email address will not be published. Required fields are marked *