-
Notifications
You must be signed in to change notification settings - Fork 0
JesperBaltzersen/gitFundamentals
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## PR cleanup ### Get a list of the branches that can be deleted/pruned git remote prune origin --dry-run ### Acutally prune/delete references git remote prune origin ### Delete local branch git branch -d <branch>