Guest User

Untitled

a guest
Feb 21st, 2018
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. git remote add git@github.com:andredsn/ArquiteturaSoftware.git
  2. git config --global user.name "andredsn"
  3. git config --global user.email "andresoteropolitano10@gmail.com"
  4. git add .
  5. git commit -m "primeiro commit"
  6. git push origin master
  7.  
  8. git remote add git@github.com:andredsn/ArquiteturaSoftware.git >
  9.  
  10. git remote rm origim master
  11.  
  12. git remote add https://github.com/andredsn/ArquiteturaSoftware.git
  13.  
  14. C:projetosArquiteturaSoftware>git remote add https://github.com/andredsn/ArquiteturaSoftware.git
  15. usage: git remote add [<options>] <name> <url>
  16.  
  17. -f, --fetch fetch the remote branches
  18. --tags import all tags and associated objects when fetching
  19. or do not fetch any tag at all (--no-tags)
  20. -t, --track <branch> branch(es) to track
  21. -m, --master <branch>
  22. master branch
  23. --mirror[=<push|fetch>]
  24. set up remote as a mirror to push to or fetch from
  25.  
  26. https://github.com/andredsn/ArquiteturaSoftware.git
  27.  
  28. $ git remote add https://github.com/andredsn/ArquiteturaSoftware.git
  29.  
  30. $ git remote add [<opões>] <nome> <url>
Add Comment
Please, Sign In to add comment