Skip to content

sac-cas/commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

commands

git

git branch -r | awk -F/ '/\/bugfix/{print $2"/"$3}' lists all remote branches starting with bugfix

git branch -r | awk -F/ '/\/bugfix/{print $2"/"$3}' | xargs -I % git push origin -d % deletes all remote branches starting with bugfix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published