latest 18 messages by LeBlaaanc
+
[2017-05-16T14:56:23Z]
LeBlaaanc
What's the etiquette for merging in changes from someone who forked your repo?
+
[2016-10-19T03:28:11Z]
LeBlaaanc
ertes sounds right, you'd set that contributors repo as a remote, then merge that remote in
+
[2016-10-19T03:14:40Z]
LeBlaaanc
I tried "insteadOf" to see if I could get it to use git:// but I don't think that worked
+
[2016-10-19T03:09:49Z]
LeBlaaanc
git clone https://github.com/CocoaPods/Specs.git master --depth=1
+
[2016-10-19T03:09:31Z]
LeBlaaanc
spec*
+
[2016-10-19T03:09:29Z]
LeBlaaanc
anyone having issues with cloning cocoapods sepc?
+
[2016-08-18T22:38:39Z]
LeBlaaanc
ah okay
+
[2016-08-18T22:38:23Z]
LeBlaaanc
?
+
[2016-08-18T22:13:08Z]
LeBlaaanc
i own the target repo i just want to pull in a fork
+
[2016-08-18T22:12:48Z]
LeBlaaanc
is it possible to create a PR from a repo that I don't control?
+
[2016-03-07T22:43:21Z]
LeBlaaanc
This is the best way I could figure out how to do this... https://github.com/buzznog/react-native
+
[2016-03-07T22:34:57Z]
LeBlaaanc
(which is a tag
+
[2016-03-07T22:34:53Z]
LeBlaaanc
I basically would like to apply that change on top of 0.21
+
[2016-03-07T22:34:35Z]
LeBlaaanc
Whats the best way to get this into a "fork" (I guess?) https://github.com/facebook/react-native/commit/5c418655bf3423bff268aca670477a1ec8f5058e
+
[2014-11-09T01:30:32Z]
LeBlaaanc
Or is that what they want I wonder? not merged with develop but with master?
+
[2014-11-09T01:29:30Z]
LeBlaaanc
If you want to read along https://github.com/cviebrock/eloquent-sluggable/pull/74
+
[2014-11-09T01:28:55Z]
LeBlaaanc
Any thoughts on how to do that properly? I proceeded to checkout the develop branch but it stays in detached state so that's where I am
+
[2014-11-09T01:28:29Z]
LeBlaaanc
Hey guys... I guess I booboo'd and I'm not sure how to fix it the best way. I submitted a pull request on the master branch from my master branch but I guess I needed to submit it to the develop branch?