Skip to content

Instantly share code, notes, and snippets.

View lynxtaa's full-sized avatar

Alex Kondratiuk lynxtaa

  • Semrush
  • Berlin, DE
View GitHub Profile
@lynxtaa
lynxtaa / better-git-branch.sh
Created February 17, 2024 19:49 — forked from schacon/better-git-branch.sh
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'