Skip to content

Commit 21199c4

Browse files
committed
MERGE1: Merge de los cambios
1 parent 2868257 commit 21199c4

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed

esc

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
usage: git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] [-e]
2+
[(--trailer <token>[(=|:)<value>])...]
3+
<tagname> [<commit> | <object>]
4+
or: git tag -d <tagname>...
5+
or: git tag [-n[<num>]] -l [--contains <commit>] [--no-contains <commit>]
6+
[--points-at <object>] [--column[=<options>] | --no-column]
7+
[--create-reflog] [--sort=<key>] [--format=<format>]
8+
[--merged <commit>] [--no-merged <commit>] [<pattern>...]
9+
or: git tag -v [--format=<format>] <tagname>...
10+
11+
-l, --list list tag names
12+
-n[<n>] print <n> lines of each tag message
13+
-d, --delete delete tags
14+
-v, --verify verify tags
15+
16+
Tag creation options
17+
-a, --[no-]annotate annotated tag, needs a message
18+
-m, --message <message>
19+
tag message
20+
-F, --[no-]file <file>
21+
read message from file
22+
--trailer <trailer> add custom trailer(s)
23+
-e, --[no-]edit force edit of tag message
24+
-s, --[no-]sign annotated and GPG-signed tag
25+
--[no-]cleanup <mode> how to strip spaces and #comments from message
26+
-u, --[no-]local-user <key-id>
27+
use another key to sign the tag
28+
-f, --[no-]force replace the tag if exists
29+
--[no-]create-reflog create a reflog
30+
31+
Tag listing options
32+
--[no-]column[=<style>]
33+
show tag list in columns
34+
--contains <commit> print only tags that contain the commit
35+
--no-contains <commit>
36+
print only tags that don't contain the commit
37+
--merged <commit> print only tags that are merged
38+
--no-merged <commit> print only tags that are not merged
39+
--[no-]omit-empty do not output a newline after empty formatted refs
40+
--[no-]sort <key> field name to sort on
41+
--[no-]points-at <object>
42+
print only tags of the object
43+
--[no-]format <format>
44+
format to use for the output
45+
--[no-]color[=<when>] respect format colors
46+
-i, --[no-]ignore-case
47+
sorting and filtering are case insensitive
48+

recetas/Colombia/arroz_coco.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
!DOCTYPE HTML>
2+
<HTML>
3+
<HEAD>
4+
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
5+
<TITLE>Arroz con coco</TITLE>
6+
</HEAD>
7+
<BODY LANG="es-ES">
8+
<H1><IMG ID="imagen1" SRC="../../imagenes/arroz_coco.jpg" NAME="Imagen1" ALIGN=LEFT BORDER=0><BR CLEAR=LEFT><BR></H1>
9+
<H1 ID="titulo1">Arroz con coco</H1>
10+
<BR>
11+
<P>El arroz con camarones es típico de la Costa Caribe y Costa Pacífica, aunque en las demás regiones ya se ha vuelto un plato muy apetecido para ocasiones especiales.</P>
12+
<BR>
13+
<P>Personas: 8<BR><BR>
14+
<B>Ingredientes:</B><BR>
15+
<UL>
16+
<LI type="square">1 coco grande, partido en trozos pequeños<BR></LI>
17+
<LI type="square">Agua de coco tibia<BR></LI>
18+
<LI type="square">2 cucharadas de azócar<BR></LI>
19+
<LI type="square">1 libra de arroz<BR></LI>
20+
<LI type="square">ó libra de camarón fresco<BR></LI>
21+
<LI type="square">Sal al gusto<BR></LI>
22+
</UL>
23+
</P>
24+
<BR>
25+
<P>Licuar el coco con su agua. Pasar por un colador y exprimir bien. Reservar la leche obtenida y el coco licuado. Repetir la preparación anterior con agua normal con agua normal, tibia, hasta obtener cuatro tazas de leche de coco. Reservar.</P>
26+
<P>Aparte, en una olla al fuego, agregar la primera leche, dejar secar hasta obtener el aceite y los doraditos de coco. Incorporar la segunda leche, el azúcar, la sal y dejar hervir.</P>
27+
<P>Mezclar con el arroz previamente lavado y los camarones. Dejar secar y continuar la cocción a fuego bajo tapado, hasta que el arroz esté listo.</P>
28+
<BR>
29+
<P><A ID="enlace3" HREF="ajiaco.html">Ajiaco</A></P>
30+
</BODY>
31+
</HTML>

recetas/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ <H2>Colombia</H2>
1414
<P>
1515
<UL>
1616
<LI type="circle"><A ID="colombia1" HREF="../Colombia/ajiaco.html">Ajiaco</A><BR></LI>
17+
<LI type="circle"><A ID="colombia2" HREF="../Colombia/arroz_coco.html">Arroz con coco</A><BR></LI>
1718
</UL>
1819
</P>
1920
<H2>México</H2>

0 commit comments

Comments
 (0)