Skip to content

Roberrt0/Application-Web-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Application Web Design

Informacion

  • Luis Roberto
  • AL03050863
  • Ingeniería en desarrollo de software
  • 5to semestre

Subject Information

  • Diseño de aplicaciones web
  • Profesor: Aaron Heriberto Narváez Burciaga

Markdown definición

lightweight markup language that is useful for formatting text using simple syntax.

Markdown Tagging Options

Tarea 1 - tags adicionales

  • Headings:
    # Heading 1
    ## Heading 2
    ### Heading 3

  • Bold and Italic Text:
    **bold**bold
    *italic*italic

  • Lists:

    • Unordered:
      - Item 1
      - Item 2
    • Ordered:
      1. Item 1
      2. Item 2
  • Links:
    [Link Text](https://example.com)

comandos git

  • git add filename Para añadir archivos que se incluirán en el commit

  • git push Para empujar el commit y actualizar el repositorio remoto

  • git branch nombre-rama Para crear una rama del repositorio

  • git checkout nombre-rama Para buscar y viajar a una rama particular

  • git branch -d nombre-rama Para eliminar por completo una rama

  • git reset --hard commit-hash Para hacer un rollback a la rama anterior

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors