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 pro
just:
git push
If you created the repo on small laptop from big laptop over ssh from a user that owned the repo on big laptop, and big laptop is running an ssh service, you'll be fine.
You can supply the argument to git push of the bigger laptop and repo dir if you want, but it should already be your origin.
If you do it this way, just remember to take appropriate action to update your tree on the big laptop when you go back to it.