I have 1 repository for my 1 project on Github.com. I'm using a Windows desktop computer at work and a MacBook Air at home. Both have git installed. I originally pushed the project from the Windows computer to the remote repository on Github.com. I would like to start working on the project at home too.
How do I set up git such that I can always 1) get the latest codes from either machine and then 2) commit the changes I make to the same repository and repeat 1) and 2) again and again?
Should I do a git clone repository-url
in my MacBook Air at home and then I'll be good to go?