Skip to content

Instantly share code, notes, and snippets.

View mfilej's full-sized avatar

Miha Filej mfilej

View GitHub Profile
@mfilej
mfilej / better-git-branch.sh
Last active March 15, 2024 16:05 — forked from schacon/better-git-branch.sh
Better Git Branch output
#!/usr/bin/env bash
# From: https://gist.github.com/schacon/e9e743dee2e92db9a464619b99e94eff
#
# Changelog:
#
# - 2024-03-15: Also output current branch
# Colors
RED='\033[0;31m'