Skip to content

Instantly share code, notes, and snippets.

@wolf128058
Created February 28, 2024 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolf128058/d6f462fa93b3b8c47d2e2fa8b2d93f54 to your computer and use it in GitHub Desktop.
Save wolf128058/d6f462fa93b3b8c47d2e2fa8b2d93f54 to your computer and use it in GitHub Desktop.
Set my favourite git-aliases
#!/bin/bash
git config --global alias.pushhash '!f() { branch=$(git rev-parse --abbrev-ref HEAD); git push $1 $2:$branch; }; f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment