Skip to content

Instantly share code, notes, and snippets.

@shijinkui
Created April 1, 2012 10:25
Show Gist options
  • Save shijinkui/2274288 to your computer and use it in GitHub Desktop.
Save shijinkui/2274288 to your computer and use it in GitHub Desktop.
git remote command
添加remote
$ git remote add origin git://github.com/paulboone/ticgit.git
$ git remote -v
origin git@192...:/opt/git/sohutw-timeline.git (fetch)
origin git@192...:/opt/git/sohutw-timeline.git (push)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment