Resultados para:
Tutoriales
Fundamental Concepts in JavaScript
HOW A SCRIPT REACH THE BROWSER. Firstly, when the engine of the Browser detects the indes.html, this organize the code by blocks and nodes in a structure like...
Entiende cómo funciona el motor de JavaScript
Este artículo fue originalmente publicado en Dev.to. Hoy vas a entender de una vez por todas cómo funciona el JavaScript Engine para que sepas que pasa con...
Fork de repositorios en Github
¿Qué es un fork? La palabra fork se traduce al castellano, dentro del contexto que nos ocupa, como bifurcación. Cuando hacemos un fork de un repositorio, se...
Flujo de trabajo con Git para gestionar y aprobar un Pull Request (PR) en un repositorio remoto compartido en Bitbucket
Veamos un flujo de trabajo con Git para gestionar y aprobar un Pull Request (PR) en un repositorio remoto compartido. El flujo de trabajo se ha comprobado que...
Comandos basicos en Git
Hola, les dejo un resumen de los primeros comandos que debemos manejar en Git. Si desean tener el documento, aqui les dejo el...
-5. PROFESSIONAL WORKFLOWS-
Binary fields and it’s complexity. Binary fields are pictures for example, it is not recommendable to upload this in the remote repository because it’s weight...
-EMERGENCY GIT COMMANDS-
Amend to rebuild commits. The following command: “git commit –amend” will add the changes added previously to the last commit and it will offer to change the...
-MULTIPLE WORK AREAS GIT-
Rebase command. At the time to fix bugs in a project, it is common to make a new branch to solve the issue but it can happen that it’s necessary to make more...
Git - Etiquetado
Etiquetado Listar Tus Etiquetas Listar las etiquetas disponibles en Git es sencillo. Simplemente escribe git tag: $ git tag v0.1 v1.3 Este comando...
¿Cómo funcionan las llaves públicas y privadas?
Digamos que tengo que enviar una información importante pero no puedo confiar en el mensajero. Por lo tanto, escribo mi mensaje en un papel, lo meto en una...