Way to use local masterBranch [message #1163941] |
Thu, 31 October 2013 06:17  |
Eclipse User |
|
|
|
Hi,
i'd like to create a Folder with my Files of the Project.(say /home/projects/p1)
And than, i'd like to create a new Eclipse-Project (say /home/projects/dev/p1), wich use this p1 as orgin master.
So i want to work on the "dev" path, and push my changes to /projects/p1.
How can i configure this at best?
|
|
|
|
Re: Way to use local masterBranch [message #1192008 is a reply to message #1163941] |
Sun, 17 November 2013 05:19  |
Eclipse User |
|
|
|
Samuel Suther skrev 2013-10-31 11.17:> Hi,
>
> i'd like to create a Folder with my Files of the Project.(say /home/projects/p1)
> And than, i'd like to create a new Eclipse-Project (say /home/projects/dev/p1), wich use this p1 as orgin master.
>
> So i want to work on the "dev" path, and push my changes to /projects/p1.
>
> How can i configure this at best?
>
Clone /home/projects/dev/p1 from /home/projects/p1 or edit .git/config in /home/projects/dev/p1 to point origin to /home/projects/p1.
Also it's a good idea to make /home/projects/p1 a bare repo since pushing to it will not update any checked out files anyway.
-- robin
|
|
|
Powered by
FUDForum. Page generated in 0.06219 seconds