Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. C:\Users\Usuario\Documents\GitHub [master +1 ~0 -0 !]> git add .
  2. C:\Users\Usuario\Documents\GitHub [master +4 ~0 -0 | +0 ~1 -0 !]> dir
  3.  
  4.  
  5. Directorio: C:\Users\Usuario\Documents\GitHub
  6.  
  7.  
  8. Mode LastWriteTime Length Name
  9. ---- ------------- ------ ----
  10. d---- 24-08-2016 18:11 CodeIgniter
  11. d---- 03-08-2016 22:15 frontendevaluacion
  12. d---- 08-08-2016 11:43 halohawaii
  13. d---- 24-08-2016 18:08 ironsummitmedia
  14. d---- 22-08-2016 13:32 pildorasinformaticas
  15.  
  16.  
  17. C:\Users\Usuario\Documents\GitHub [master +4 ~0 -0 | +0 ~1 -0 !]> cd CodeIgniter
  18.  
  19. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 | +0 ~1 -0 !]> gi
  20. t add *
  21. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +4 ~0 -0 | +0 ~1 -0 !]> gi
  22. t commit -m ahorasi
  23. [master 0393cad] ahorasi
  24. 4 files changed, 4 insertions(+)
  25. create mode 160000 ironsummitmedia/startbootstrap-agency
  26. create mode 160000 ironsummitmedia/startbootstrap-freelancer/startbootstrap-fre
  27. elancer
  28. create mode 160000 ironsummitmedia/startbootstrap-landing-page/startbootstrap-l
  29. anding-page
  30. create mode 160000 ironsummitmedia/startbootstrap-sb-admin-2/startbootstrap-sb-
  31. admin-2
  32. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +0 ~1 -0 !]> git push
  33. fatal: No configured push destination.
  34. Either specify the URL from the command-line or configure a remote repository us
  35. ing
  36.  
  37. git remote add <name> <url>
  38.  
  39. and then push using the remote name
  40.  
  41. git push <name>
  42.  
  43. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +0 ~1 -0 !]> git push http
  44. s://github.com/ashcrimson/CodeIgniter.git
  45. fatal: The current branch master has no upstream branch.
  46. To push the current branch and set the remote as upstream, use
  47.  
  48. git push --set-upstream https://github.com/ashcrimson/CodeIgniter.git master
  49.  
  50.  
  51. C:\Users\Usuario\Documents\GitHub\CodeIgniter [master +0 ~1 -0 !]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement