Skip to content

Instantly share code, notes, and snippets.

View WiiAhmad's full-sized avatar
😍

Ahmad maulana yusuf WiiAhmad

😍
View GitHub Profile
@WiiAhmad
WiiAhmad / git-checkout-all.ps1
Created October 28, 2025 02:15
This script for git checkout all branch in remote, simple to use (run only with powershell)
# ====================================================================
# Git Branch Checkout Script
# ====================================================================
#
# SETUP INSTRUCTIONS:
# 1. Copy this entire script into a new file
# 2. Save it as "git-checkout-all.ps1" (or any name you prefer)
# 3. Place the file in a folder that contains a Git repository
#
# USAGE INSTRUCTIONS: