Re: [git-users] Re: How to commit chnages made on a read only repository code onto another repository I have write permission?

2014-02-20 Thread Tony M
Thank you for the suggestion. 
Is it possible to fork out the read only repo as a subfolder into 
my existing repo?
Eg:- 

*g...@github.com:B/fullAcces.git/Folder1/folderWithCodeFromReadOnlyRepo*

On Wednesday, 19 February 2014 19:10:57 UTC, Nelson Efrain A. Cruz wrote: 

> Maybe you need to fork the read only repository, i mean clone te read only 
> repo and make the changes you need in this repo, then you can use the 
> forked repo as a submodule in your main repository.  In this way you will 
> be able to track your changes in the forked repo.
>
> Anyway I don't know if is the best strategy.
>
>
>
> 2014-02-19 15:09 GMT-03:00 Tony M >:
>
>> The clone failure was something to do with the machine I have been using. 
>> I tried the git submodule add *g...@github.com:A/readOnly.git* from 
>> anather machine and it works!
>>
>> But as I suspected, I cant push files. How can I track the changes in my 
>> repositories?
>> Thanks,
>> Tony
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to git-users+...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Nelson Efrain A. Cruz - 
> https://plus.google.com/106845325502523605960/about
>
> "Debes ser el cambio que esperas ver en el mundo" -Mahatma Gandhi
>  

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Re: How to commit chnages made on a read only repository code onto another repository I have write permission?

2014-02-19 Thread Nelson Efrain A. Cruz
Maybe you need to fork the read only repository, i mean clone te read only
repo and make the changes you need in this repo, then you can use the
forked repo as a submodule in your main repository.  In this way you will
be able to track your changes in the forked repo.

Anyway I don't know if is the best strategy.



2014-02-19 15:09 GMT-03:00 Tony M :

> The clone failure was something to do with the machine I have been using.
> I tried the git submodule add *g...@github.com:A/readOnly.git* from
> anather machine and it works!
>
> But as I suspected, I cant push files. How can I track the changes in my
> repositories?
> Thanks,
> Tony
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Nelson Efrain A. Cruz - https://plus.google.com/106845325502523605960/about

"Debes ser el cambio que esperas ver en el mundo" -Mahatma Gandhi

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Re: How to commit chnages made on a read only repository code onto another repository I have write permission?

2014-02-19 Thread Tony M
The clone failure was something to do with the machine I have been using. I 
tried the git submodule add *g...@github.com:A/readOnly.git* from anather 
machine and it works!

But as I suspected, I cant push files. How can I track the changes in my 
repositories?
Thanks,
Tony

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.