Branches merged into master without checkout first

This commit is contained in:
Ali Servet Donmez 2016-06-07 09:30:05 +02:00
parent 2e647b5ea9
commit 998a5c8523
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
"tip": "git diff HEAD"
}, {
"title": "List all branches that are already merged into master",
"tip": "git checkout master && git branch --merged"
"tip": "git branch --merged master"
}, {
"title": "Quickly switch to the previous branch",
"tip": "git checkout -"