[git-users] Regarding cloning and best practices

2013-08-28 Thread Jaace
Here's my situation and I need advice on what the best way to handle it is as I'm newer to Git. I'm using these repositories as my own and I'm not working in tandem with anyone else but I want to keep my workflow clean and able to incorporate anybody I add to the project later. Here goes: I

Re: [git-users] Regarding cloning and best practices

2013-08-28 Thread Jaace
origin, and your local master (or whatever) branch is set to track origin/master. Now if you change origin's URL (git remote --set-url user@host:new-repo.git), and do a git push, your changes will go to the new repo. Best, Gergely On 28 Aug 2013 16:55, Jaace jb5...@gmail.com javascript

Re: [git-users] Regarding cloning and best practices

2013-08-28 Thread Jaace
Awesome, thanks! On Wednesday, August 28, 2013 11:23:22 AM UTC-4, Konstantin Khomoutov wrote: On Wed, 28 Aug 2013 07:55:11 -0700 (PDT) Jaace jb5...@gmail.com javascript: wrote: [...] I made a repo as a starting point for all my projects -- the idea here is to clone this repo to use