Scripts/Git.ps1


sml Git

git branch -a

git fetch --all
git pull --all

git branch -D $Branch
git branch -D -r $Branch