Skip to content

Commit

Permalink
Agregando como subir archivos al proyecto
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoesteban committed Feb 8, 2011
1 parent ae01b88 commit d0a9fc4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@ ERROR: Hi tekkub! You've successfully authenticated, but GitHub does not provide
Connection to github.com closed.


Agregar README al Proyecto
===========================

$ mkdir Sistema-de-Bodega
$ cd Sistema-de-Bodega
$ git init
$ touch README
$ git add README
$ git commit -m "first commit"
$ git remote add origin [email protected]:Usuario/Sistema-de-Bodega.git
$ git push origin master





Links con documentación:
=======================
Expand Down

0 comments on commit d0a9fc4

Please sign in to comment.