1
0
mirror of https://github.com/namibia/tips.git synced 2024-05-31 17:31:09 +00:00

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

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 -"