Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FrancoStino/1954a430f8ff25f21f336e63f8f43e03 to your computer and use it in GitHub Desktop.
Save FrancoStino/1954a430f8ff25f21f336e63f8f43e03 to your computer and use it in GitHub Desktop.
Rimuovere un branch sia locale che remoto

Prima spostati su main/master

git checkout main

Poi rimuovi sia locale che remoto

git push origin --delete Event-delegation && git branch -d Event-delegation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment