Skip to content

Afterwork with Git

Overview

Usefule script

For someday, we need some refresh for our Git element

git branch --remote
git fetch --prune
git  branch -D <non-used-branch-name>

Check config

cat .git/config
Check remote URL

Stale Branch