For those that love that git history to be several commits of 'wip', now even easier and lazier
Perfect for them side projects that never make it to prod
Install options
- System Wide
chmod +x gt
sudo mv cp /usr/local/bin/- User Only
chmod +x gt
mkdir -p ~/bin
mv gt ~/bin
# Add to PATH (~/.bashrc or ~/.zshrc)
export PATH="$HOME/bin:$PATH"