Advertisement
Guest User

Untitled

a guest
Aug 31st, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. patwotrik@desktop:~/src/Ricochet$ git remote add ricochet
  2. usage: git remote add [<options>] <name> <url>
  3.  
  4. -f, --fetch fetch the remote branches
  5. --tags import all tags and associated objects when fetching
  6. or do not fetch any tag at all (--no-tags)
  7. -t, --track <branch> branch(es) to track
  8. -m, --master <branch>
  9. master branch
  10. --mirror[=<push|fetch>]
  11. set up remote as a mirror to push to or fetch from
  12.  
  13. patwotrik@desktop:~/src/Ricochet$ git remote add ricochet https://github.com/patwotrik/ricochet.git
  14. patwotrik@desktop:~/src/Ricochet$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement