Skip to content

Instantly share code, notes, and snippets.

@sammko
Created March 15, 2021 13:20
Show Gist options
  • Save sammko/707588048e5ede47c272f407637a4d90 to your computer and use it in GitHub Desktop.
Save sammko/707588048e5ede47c272f407637a4d90 to your computer and use it in GitHub Desktop.
#!/bin/bash
branch=$(git rev-parse --abbrev-ref HEAD)
line=$(head -n1 "$1")
if [ -z "$line" ]; then
sed -i "1s,^,$branch: ," "$1"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment