Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
aa25ac05
Commit
aa25ac05
authored
Nov 11, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1561 from orta/master
Support a less vague pod pushing policy
parents
740dfc73
85a078dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
push.rb
lib/cocoapods/command/push.rb
+1
-1
No files found.
CHANGELOG.md
View file @
aa25ac05
...
...
@@ -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
)
...
...
lib/cocoapods/command/push.rb
View file @
aa25ac05
...
...
@@ -139,7 +139,7 @@ module Pod
#
def
push_repo
UI
.
puts
"
\n
Pushing 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
#-----------------------------------------------------------------------#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment