From 118ff90077779a107d23c17a7946930bcb67f791 Mon Sep 17 00:00:00 2001 From: pgasane Date: Mon, 15 Jun 2015 13:55:34 +0100 Subject: [PATCH 1/7] Create private.txt --- private.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 private.txt diff --git a/private.txt b/private.txt new file mode 100644 index 0000000..91ff33b --- /dev/null +++ b/private.txt @@ -0,0 +1,5 @@ +Este documento contendrá información privada sobre el proyecto. + +Este documento no se añadirá al índice ni figurará en el proyecto. + +Solo se usará en local por el autor. From 25ea9b15a963b9f05cff2c061801079b811bf47e Mon Sep 17 00:00:00 2001 From: pgasane Date: Mon, 15 Jun 2015 13:56:20 +0100 Subject: [PATCH 2/7] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9daa824..7d4f530 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store node_modules +private.txt From da31bd88a6794d59d587c39e33582e3fa8d236bf Mon Sep 17 00:00:00 2001 From: pgasane Date: Mon, 15 Jun 2015 13:59:00 +0100 Subject: [PATCH 3/7] Create LICENSE.md --- LICENSE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f4c52d6 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2011-2015 Twitter, Inc + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 102a5bc992cdcddf2c25465d03a25d9d855b755a Mon Sep 17 00:00:00 2001 From: pgasane Date: Mon, 15 Jun 2015 13:59:38 +0100 Subject: [PATCH 4/7] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6daa673 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Random + +Random is a ttesting program to exercise Git and GitHub use. + +Copyright and license + +Code and documentation copyright 2011-2015 Twitter, Inc. Code released under the MIT license. Docs released under Creative Commons. Take a look to LICENSE.md From 170caeb3cdcd097d3d31da198c463bfc80b0d229 Mon Sep 17 00:00:00 2001 From: pgasane Date: Mon, 15 Jun 2015 14:14:04 +0100 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6daa673..42d8301 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Random -Random is a ttesting program to exercise Git and GitHub use. +Random is a testing program for train the Git and GitHub use. Copyright and license From 3ae08286d2fedc3612b60114bfe990d87be05381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gasan=C3=A9?= Date: Mon, 15 Jun 2015 20:44:09 +0100 Subject: [PATCH 6/7] =?UTF-8?q?A=C3=B1ado=20el=20fichero=20otroDePrueba.tx?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otroDePrueba.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 otroDePrueba.txt diff --git a/otroDePrueba.txt b/otroDePrueba.txt new file mode 100644 index 0000000..e69de29 From 04c2046a81e4676258f660d4ddd18b6072f24114 Mon Sep 17 00:00:00 2001 From: pgasane Date: Wed, 17 Jun 2015 07:58:03 +0100 Subject: [PATCH 7/7] Delete private.txt --- private.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 private.txt diff --git a/private.txt b/private.txt deleted file mode 100644 index 91ff33b..0000000 --- a/private.txt +++ /dev/null @@ -1,5 +0,0 @@ -Este documento contendrá información privada sobre el proyecto. - -Este documento no se añadirá al índice ni figurará en el proyecto. - -Solo se usará en local por el autor.