Skip to content

Instantly share code, notes, and snippets.

View Tanguille's full-sized avatar

Tanguille

  • Ghent, Belgium
  • 13:27 (UTC +02:00)
View GitHub Profile
@schacon
schacon / better-git-branch.sh
Created January 13, 2024 18:41
Better Git Branch output
#!/bin/bash
# Colors
RED='\033[0;31m'
GREEN='\033[0;32m'
NO_COLOR='\033[0m'
BLUE='\033[0;34m'
YELLOW='\033[0;33m'
NO_COLOR='\033[0m'