Create and push tags in the latest GitHub Desktop 2.5 release

The latest GitHub Desktop release includes the most requested feature of the past six months: tags! Create, push, and view tags directly from GitHub Desktop.

| 1 minutes

As promised at GitHub Satellite, Git tags are coming to GitHub Desktop! Tags are helpful references that allow you to mark a particular point in your project’s history. They’re most frequently used to specify the commit for a given release or for any significant milestone. As one of the most requested features in the past six months, we’re excited to deliver it.

Tag your commits in GitHub Desktop

With today’s 2.5 release, you can create and view your tags directly from GitHub Desktop. Now when you push to GitHub.com, any tags created in Desktop are automatically included. GitHub Desktop also notifies you when you’ve created tags but haven’t yet pushed them, so you don’t forget to share your latest tag with the rest of the team.

Your feedback helped make this happen

We’ve heard feedback that tagging is one of the few features remaining in your regular workflow that you have to do via the command line. Hopefully this reduces that context-switching so you can complete your full local workflow from GitHub Desktop.

More ways to extend your workflows

If you’re interested in hearing more ways to extend your workflow with GitHub Desktop and other GitHub apps like CLI and Mobile check out Neha Batra’s session “Putting GitHub at your fingertips” at GitHub Satellite.

Learn more about GitHub Desktop

Related posts