forked from robertoesteban/Sistema-de-Bodega
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Agregando como subir archivos al proyecto
- Loading branch information
1 parent
ae01b88
commit d0a9fc4
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
======================= | ||
|