Skip to content

JesperBaltzersen/gitFundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

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>

About

notes on using github

Resources

Stars

Watchers

Forks

Packages

No packages published