Trying to find a good strategy using Git for personal development on local/personal machine
- by AJ
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.