/track-branch

:bell: Simple script for track a git remote branch

Primary LanguageShellMIT LicenseMIT

Track branch

Simple script for track a git remote branch using NotifyOSD.

Install

sudo cp track-branch /usr/local/bin
mkdir $HOME/.track-branch && cp assets/git.png $_

Usage

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

License

MIT © marioblas