Trying to find a good strategy using Git for personal development on local/personal machine
Posted
by AJ
on Stack Overflow
See other posts from Stack Overflow
or by AJ
Published on 2010-05-23T18:04:13Z
Indexed on
2010/05/23
18:11 UTC
Read the original article
Hit count: 553
git
|personal-development
A noob here.
I have a personal Macbook and I want to use Git to track the changes etc. I want to just init a repo on my macbook and work there. Is this a good idea?
What if:
I have a main repo somewhere in my Macbook HD, like, /Users/user/projects/project1
and clone it to another area on my macbook where I actually perform development? But there is a lot of redundancy in this.
I am a little confused and want to know what are the usual steps folks take in a similar personal development environment.
Thanks a lot.
© Stack Overflow or respective owner