Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Tips: Alternative peco command. #6

Open
ne-sachirou opened this issue Jun 3, 2017 · 1 comment
Open

Tips: Alternative peco command. #6

ne-sachirou opened this issue Jun 3, 2017 · 1 comment
Assignees

Comments

@ne-sachirou
Copy link
Owner

ne-sachirou commented Jun 3, 2017

git branch --merged | peco | xargs -L1 git branch -D
git branch -r --merged | awk -F/ '/origin\//{print $2}' | peco | xargs -L1 -I{} git push origin :{}
@ne-sachirou ne-sachirou self-assigned this Jun 3, 2017
@ne-sachirou
Copy link
Owner Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant