Merge pull request +12985 from c9/nonken-patch-1

Add example
pull/282/head
Nikolai Onken 2016-03-22 17:21:52 +01:00
commit 8c4c1617b5
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -716,6 +716,10 @@ Checking for branch naming consistency is part of the review process and the tea
Generally, releasing changes affecting several services is a smell so this can help you identify possible issues.
You can now look for all PRs which made it in like so (api in this case):
git log --oneline --first-parent SHA..origin/master | grep -v bump | grep api-
Other Resources
===============