Simple script for track a git remote branch using NotifyOSD.
sudo cp track-branch /usr/local/bin
mkdir $HOME/.track-branch && cp assets/git.png $_
In your git project:
# Track the default branch (origin/master) with:
track-branch
# Or indicate another branch with: `track-branch <remote>/<branch-name>`, e.g.
track-branch origin/develop
MIT © marioblas