Skip to content

Instantly share code, notes, and snippets.

@ozooxo
Created November 9, 2014 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozooxo/7a23dd1c280b0a21f43d to your computer and use it in GitHub Desktop.
Save ozooxo/7a23dd1c280b0a21f43d to your computer and use it in GitHub Desktop.
Git synchronizing one repo in different computers
$ git remote add alt https://github.com/ozooxo/Schemannian.git
$ git remote update
$ git pull alt master
$ git add *
$ git commit -m "push from a different computer"
$ git push alt master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment