Working with git from 2 laptops with no bare repo

Posted by matiit on Stack Overflow See other posts from Stack Overflow or by matiit
Published on 2010-06-18T04:54:57Z Indexed on 2010/06/18 5:03 UTC
Read the original article Hit count: 215

Filed under:

I've started project in my first laptop. git init, and start working. Tomorrow i'm going to vacations. I want to take with me my smaller laptop.

And work with project from time to time.

I cloned repository via ssh from bigger laptop (git clone ssh://adress)

And when i will back, what is the best way to push changes from smaller laptop to the bigger one?

There is no bare repo in bigger laptop.

And i want to work with that repo on the bigger laptop later, so i have to do this clear.

© Stack Overflow or respective owner

Related posts about git