Answers for "prune meaning in git"

1

git prune

git remote prune origin
Posted by: Guest on September-04-2020
2

git prune

if you deleted a branch using the git web GUI and don't want it to show up in your local branch list anymore (git branch -r), then this is the command you should use.
Posted by: Guest on November-08-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language