Synchronize git repositories between deskop and laptop

I sometimes work on my laptop and sometimes on my desktop computer. This is a little demonstration showing how I synchronize the repository on the laptop with the repository on the desktop. Let’s say I originally created my git repository on the laptop: david@laptop$ mkdir ~/repo david@laptop$ cd !$ david@laptop$ git init david@laptop$ echo “helloContinue reading “Synchronize git repositories between deskop and laptop”