Skip to content

Instantly share code, notes, and snippets.

@injust
Last active October 3, 2025 04:52
Show Gist options
  • Save injust/17a0efaacc214445ede35da9329864c2 to your computer and use it in GitHub Desktop.
Save injust/17a0efaacc214445ede35da9329864c2 to your computer and use it in GitHub Desktop.
Git: Set `origin/HEAD`, i.e. the default branch for the `origin` remote
#! /usr/bin/env bash
git remote set-head origin --auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment