background top icon
background center wave icon
background filled rhombus icon
background two lines icon
background stroke rhombus icon

Download "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES"

input logo icon
Cover of audio
Please wait. We're preparing links for easy ad-free video watching and downloading.
console placeholder icon
Table of contents
|

Table of contents

0:00
Introducción
3:15
1 - Introducción a Git
10:21
2 - Historia de Git
14:35
3 - Instalación de Git
24:00
4 - Comandos básicos de la terminal
30:13
5 - Configuración de Git
36:47
6 - "git init"
42:23
7 - Ramas en Git
45:21
8 - "git add" y "git commit"
53:27
9 - "git log" y "git status"
57:48
10 - "git checkout" y "git reset"
1:03:02
11 - "git alias"
1:05:05
12 - Fichero .gitignore
1:09:04
13 - "git diff"
1:11:54
14 - Desplazamiento en una rama
1:19:31
15 - "git reset --hard" y "git reflog"
1:27:37
16 - "git tag"
1:37:36
17 - "git branch" y "git switch"
1:49:06
18 - "git merge"
1:54:29
19 - Resolución de conflictos en Git
2:03:42
20 - "git stash"
2:10:11
21 - Reintegración de ramas en Git
2:16:26
22 - Eliminación de ramas en Git
2:22:27
23 - Introducción a GitHub
2:27:53
24 - Primeros pasos en GitHub
2:30:39
25 - Repositorio personal
2:42:40
26 - Local y Remoto
2:47:32
27 - Autenticación SSH en GitHub
3:00:45
28 - Repositorio proyecto
3:02:29
29 - "git remote"
3:07:19
30 - Subida de un proyecto a GitHub
3:11:31
31 - "git fetch" y "git pull"
3:16:41
32 - "git clone"
3:19:55
33 - "git push"
3:21:31
34 - "Fork" en GitHub
3:27:02
35 - Flujo colaborativo en GitHub
3:30:46
36 - "Pull Request (PR)" en GitHub
3:35:30
37 - Ejercicio práctico
3:37:41
38 - Resolución de conflictos en Pull Requests
3:53:31
39 - Sincronización de un Fork en GitHub
3:56:53
40 - Markdown en GitHub
4:00:37
41 - Herramientas gráficas (GUI) para Git y GitHub
4:18:36
42 - Git y GitHub "flow"
4:35:15
43 - Ejemplo Gitflow
4:52:49
44 - "git cherry-pick" y "git rebase"
5:00:05
45 - GitHub Pages Y Actions
5:04:24
Próximos pasos
Video tags
|

Video tags

github
git
curso de github
curso de git
tutorial github
tutorial git
github desde cero
git desde cero
github para principiantes
git para principiantes
curso git
curso github
como usar github
como usar git
curso de git y github
que es git
que es github
aprende git
aprende github
git y github
github tutorial
git tutorial
gitflow
git y github desde cero
curso de git y github para principiantes
curso completo de git
programacion
aprende git y github
You already have UDL Helper installed You can download video in 1 click!
Installed
for
Google Chrome

Description:

Git y GitHub son dos herramientas fundamentales en el mundo del desarrollo de software. Este es un curso desde cero creado para aprender a trabajar con ellas y así mejorar como programadores. 🐙 Repositorio de curso en GitHub con toda la información y enlaces de interés: 🔗 https://github.com/mouredev/hello-git (Apóyalo haciendo "Star" en él si te resulta útil) 📖 ¡También tienes mi primer libro! "Git & GitHub desde cero" Amazon: https://mouredev.com/libro-git Leanpub: https://mouredev.com/ebook-git 📱 Mis redes y enlaces de interés | https://moure.dev/ 🕹 Twitch (En directo de Lunes a Viernes): https://www.twitch.tv/mouredev 👾 Discord: https://mouredev.com/discord 🖥 Practica programación: https://retosdeprogramacion.com/ 📝 LECCIONES DEL CURSO: 00:00:00 | Introducción 00:03:15 | 1 - Introducción a Git 00:10:21 | 2 - Historia de Git 00:14:35 | 3 - Instalación de Git 00:24:00 | 4 - Comandos básicos de la terminal 00:30:13 | 5 - Configuración de Git 00:36:47 | 6 - "git init" 00:42:23 | 7 - Ramas en Git 00:45:21 | 8 - "git add" y "git commit" 00:53:27 | 9 - "git log" y "git status" 00:57:48 | 10 - "git checkout" y "git reset" 01:03:02 | 11 - "git alias" 01:05:05 | 12 - Fichero .gitignore 01:09:04 | 13 - "git diff" 01:11:54 | 14 - Desplazamiento en una rama 01:19:31 | 15 - "git reset --hard" y "git reflog" 01:27:37 | 16 - "git tag" 01:37:36 | 17 - "git branch" y "git switch" 01:49:06 | 18 - "git merge" 01:54:29 | 19 - Resolución de conflictos en Git 02:03:42 | 20 - "git stash" 02:10:11 | 21 - Reintegración de ramas en Git 02:16:26 | 22 - Eliminación de ramas en Git 02:22:27 | 23 - Introducción a GitHub 02:27:53 | 24 - Primeros pasos en GitHub 02:30:39 | 25 - Repositorio personal 02:42:40 | 26 - Local y Remoto 02:47:32 | 27 - Autenticación SSH en GitHub 03:00:45 | 28 - Repositorio proyecto 03:02:29 | 29 - "git remote" 03:07:19 | 30 - Subida de un proyecto a GitHub 03:11:31 | 31 - "git fetch" y "git pull" 03:16:41 | 32 - "git clone" 03:19:55 | 33 - "git push" 03:21:31 | 34 - "Fork" en GitHub 03:27:02 | 35 - Flujo colaborativo en GitHub 03:30:46 | 36 - "Pull Request (PR)" en GitHub 03:35:30 | 37 - Ejercicio práctico 03:37:41 | 38 - Resolución de conflictos en Pull Requests 03:53:31 | 39 - Sincronización de un Fork en GitHub 03:56:53 | 40 - Markdown en GitHub 04:00:37 | 41 - Herramientas gráficas (GUI) para Git y GitHub 04:18:36 | 42 - Git y GitHub "flow" 04:35:15 | 43 - Ejemplo Gitflow 04:52:49 | 44 - "git cherry-pick" y "git rebase" 05:00:05 | 45 - GitHub Pages Y Actions 05:04:24 | Próximos pasos

Preparing download options

popular icon
Popular
hd icon
HD video
audio icon
Only sound
total icon
All
* — If the video is playing in a new tab, go to it, then right-click on the video and select "Save video as..."
** — Link intended for online playback in specialized players

Questions about downloading video

mobile menu iconHow can I download "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" video?mobile menu icon

  • http://unidownloader.com/ website is the best way to download a video or a separate audio track if you want to do without installing programs and extensions.

  • The UDL Helper extension is a convenient button that is seamlessly integrated into YouTube, Instagram and OK.ru sites for fast content download.

  • UDL Client program (for Windows) is the most powerful solution that supports more than 900 websites, social networks and video hosting sites, as well as any video quality that is available in the source.

  • UDL Lite is a really convenient way to access a website from your mobile device. With its help, you can easily download videos directly to your smartphone.

mobile menu iconWhich format of "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" video should I choose?mobile menu icon

  • The best quality formats are FullHD (1080p), 2K (1440p), 4K (2160p) and 8K (4320p). The higher the resolution of your screen, the higher the video quality should be. However, there are other factors to consider: download speed, amount of free space, and device performance during playback.

mobile menu iconWhy does my computer freeze when loading a "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" video?mobile menu icon

  • The browser/computer should not freeze completely! If this happens, please report it with a link to the video. Sometimes videos cannot be downloaded directly in a suitable format, so we have added the ability to convert the file to the desired format. In some cases, this process may actively use computer resources.

mobile menu iconHow can I download "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" video to my phone?mobile menu icon

  • You can download a video to your smartphone using the website or the PWA application UDL Lite. It is also possible to send a download link via QR code using the UDL Helper extension.

mobile menu iconHow can I download an audio track (music) to MP3 "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES"?mobile menu icon

  • The most convenient way is to use the UDL Client program, which supports converting video to MP3 format. In some cases, MP3 can also be downloaded through the UDL Helper extension.

mobile menu iconHow can I save a frame from a video "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES"?mobile menu icon

  • This feature is available in the UDL Helper extension. Make sure that "Show the video snapshot button" is checked in the settings. A camera icon should appear in the lower right corner of the player to the left of the "Settings" icon. When you click on it, the current frame from the video will be saved to your computer in JPEG format.

mobile menu iconWhat's the price of all this stuff?mobile menu icon

  • It costs nothing. Our services are absolutely free for all users. There are no PRO subscriptions, no restrictions on the number or maximum length of downloaded videos.