Qiita
You are not logged in to any team
Log in to Qiita Team...
Community
List of all organizatioins
Advent Calendar
Qiita Jobs
Qiitadon (β)
Qiita Zine
Community Guideline
How to write good articles
Release note
Signup
Login
LGTM items
Followees
Comment history
Edit request history
Issue report
Help us understand the problem. What is going on with this user?
It's illegal (copyright infringement, privacy infringement, libel, etc.)
It's socially inappropriate (offensive to public order and morals)
It's advertising
It's spam
Other than the above, but not suitable for the Qiita community (violation of guidelines)
Kensuke Nagae
@kyanny
@kyanny
63
Posts
1492
Contributions
273
Followers
Follow
https://blog.kyanny.me/
Tokyo, Japan
Following tags
Clojure
org-mode
Heroku
GitHub
Git
Emacs
Ruby
$ analyze @kyanny
posted articles
Ruby:
30%
Git:
19%
GitHub:
16%
hub:
6%
Clojure:
5%
LGTMed articles
Ruby:
22%
Rails:
9%
Emacs:
8%
Git:
7%
Python:
7%
answered questions
No data
Edit Pickup Articles (Up to 3)
Save
Pickup Articles
Git
Git でマージ済みのブランチを一括削除する
653
すでにマージ済みのブランチをまとめて削除するには以下のようにする (master ブランチを checkout していると仮定する) ``` $ git branch --merged | grep -v '*' | xargs -I % git branch -d % Deleted branch foo (was ce1b0d5). Deleted branch bar (was 7623...
2012/10/26
All Items
Articles
Answers
Questions