Commit aa25ac05 authored by Fabio Pelosin's avatar Fabio Pelosin

Merge pull request #1561 from orta/master

Support a less vague pod pushing policy
parents 740dfc73 85a078dc
......@@ -46,6 +46,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[Joshua Kalpin](https://github.com/Kapin)
[Core#38](https://github.com/CocoaPods/Core/pull/38)
* Pod Push is now more specific about the branch it pushes to
[orta](http://orta.github.io)
[#1561](https://github.com/CocoaPods/CocoaPods/pull/1561)
* Vendored Libraries and Vendored Frameworks now have their paths validated correctly.
[Joshua Kalpin](https://github.com/Kapin)
[#1567](https://github.com/CocoaPods/CocoaPods/pull/1567)
......
......@@ -139,7 +139,7 @@ module Pod
#
def push_repo
UI.puts "\nPushing the `#{@repo}' repo\n".yellow
Dir.chdir(repo_dir) { UI.puts `git push 2>&1` }
Dir.chdir(repo_dir) { UI.puts `git push origin master 2>&1` }
end
#-----------------------------------------------------------------------#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment