marioblas / track-branch

:bell: Simple script for track a git remote branch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:bell: Simple script for track a git remote branch

License:MIT License


Languages

Language:Shell 100.0%