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

ดาวน์โหลด "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES"

input logo icon
หน้าปกเครื่องเสียง
โปรดรอ เรากำลังเตรียมลิงก์สำหรับการรับชมและดาวน์โหลดวิดีโอแบบไม่มีโฆษณาอย่างง่ายดาย
console placeholder icon
สารบัญ
|

สารบัญ

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
วิดีโอที่คล้ายกันจากแคตตาล็อกของเรา
|

วิดีโอที่คล้ายกันจากแคตตาล็อกของเรา

แท็กวิดีโอ
|

แท็กวิดีโอ

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
คุณได้ UDL Helper ติดตั้ง แล้ว คุณสามารถดาวน์โหลด วิดีโอ ได้ใน 1 คลิก!
ติดตั้งแล้ว
สำหรับ
Google Chrome

คำอธิบาย:

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

กำลังเตรียมตัวเลือกการดาวน์โหลด

popular icon
ที่นิยม
hd icon
HD วิดีโอ
audio icon
เสียงเท่านั้น
total icon
ทุกรูปแบบ
* — หากวิดีโอกำลังเล่นในแท็บใหม่ ให้ไปที่แท็บนั้น จากนั้นคลิกขวาที่วิดีโอแล้วเลือก "บันทึกวิดีโอเป็น..."
** — ลิงก์มีไว้สำหรับการเล่นออนไลน์ในเครื่องเล่นเฉพาะทาง

คำถามเกี่ยวกับการดาวน์โหลดวิดีโอ

mobile menu iconฉันจะดาวน์โหลดวิดีโอ "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" ได้อย่างไรmobile menu icon

  • เว็บไซต์ http://unidownloader.com/ เป็นวิธีที่ดีที่สุดในการดาวน์โหลดวิดีโอหรือแทร็กเสียงแยกต่างหาก หากคุณต้องการหลีกเลี่ยงการติดตั้งโปรแกรมและส่วนขยาย

  • ส่วนขยาย UDL Helper เป็นปุ่มที่สะดวกซึ่งฝังไว้บนเว็บไซต์ YouTube, Instagram และ OK.ru เพื่อการดาวน์โหลดเนื้อหาที่รวดเร็ว

  • UDL Client (สำหรับ Windows) - โซลูชันที่ทรงพลังที่สุดที่รองรับเว็บไซต์ โซเชียลเน็ตเวิร์ก และไซต์โฮสต์วิดีโอมากกว่า 900 แห่ง รวมถึงคุณภาพวิดีโอใด ๆ ที่มีอยู่ในแหล่งที่มา

  • UDL Lite - เป็นวิธีที่สะดวกในการเข้าถึงเว็บไซต์จากอุปกรณ์มือถือของคุณ ด้วยความช่วยเหลือนี้ คุณสามารถดาวน์โหลดวิดีโอลงสมาร์ทโฟนของคุณได้โดยตรง

mobile menu iconฉันควรเลือกรูปแบบวิดีโอ "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" ใดmobile menu icon

  • รูปแบบคุณภาพที่ดีที่สุดคือ FullHD (1080p), 2K (1440p), 4K (2160p) และ 8K (4320p) ยิ่งความละเอียดหน้าจอของคุณสูงเท่าไร คุณภาพวิดีโอก็ควรจะสูงขึ้นตามไปด้วย อย่างไรก็ตาม ยังมีปัจจัยอื่นๆ ที่ต้องพิจารณา: ความเร็วในการดาวน์โหลด จำนวนพื้นที่ว่าง และประสิทธิภาพของอุปกรณ์ระหว่างการเล่น

mobile menu iconเหตุใดคอมพิวเตอร์จึงค้างเมื่อโหลดวิดีโอ "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES"mobile menu icon

  • เบราว์เซอร์/คอมพิวเตอร์ไม่ควรหยุดทำงานโดยสิ้นเชิง! หากเกิดเหตุการณ์เช่นนี้ โปรดรายงานพร้อมลิงก์ไปยังวิดีโอ บางครั้งวิดีโอไม่สามารถดาวน์โหลดได้โดยตรงในรูปแบบที่เหมาะสม ดังนั้นเราจึงเพิ่มความสามารถในการแปลงไฟล์เป็นรูปแบบที่ต้องการ ในบางกรณี กระบวนการนี้อาจใช้ทรัพยากรคอมพิวเตอร์อย่างจริงจัง

mobile menu iconฉันจะดาวน์โหลดวิดีโอ "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" ลงในโทรศัพท์ของฉันได้อย่างไรmobile menu icon

  • คุณสามารถดาวน์โหลดวิดีโอลงในสมาร์ทโฟนของคุณได้โดยใช้เว็บไซต์ UDL Lite หรือแอปพลิเคชัน pwa นอกจากนี้ยังสามารถส่งลิงก์ดาวน์โหลดผ่านโค้ด QR โดยใช้ส่วนขยาย UDL Helper ได้อีกด้วย

mobile menu iconฉันจะดาวน์โหลดแทร็กเสียง (เพลง) เป็น MP3 "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" ได้อย่างไรmobile menu icon

  • วิธีที่สะดวกที่สุดคือการใช้ UDL Client ซึ่งรองรับการแปลงวิดีโอเป็นรูปแบบ MP3 ในบางกรณี คุณสามารถดาวน์โหลดไฟล์ MP3 ผ่านส่วนขยาย UDL Helper ได้

mobile menu iconจะบันทึกเฟรมจากวิดีโอ "Curso de GIT y GITHUB desde CERO para PRINCIPIANTES" ได้อย่างไรmobile menu icon

  • คุณลักษณะนี้มีอยู่ในส่วนขยาย UDL Helper ตรวจสอบให้แน่ใจว่าได้เลือกตัวเลือก "ปุ่มแสดงผลเพื่อบันทึกภาพหน้าจอจากวิดีโอ" ในการตั้งค่า ไอคอนกล้องควรปรากฏที่มุมขวาล่างของเครื่องเล่นทางด้านซ้ายของไอคอน "การตั้งค่า" เมื่อคุณคลิก เฟรมปัจจุบันจากวิดีโอจะถูกบันทึกลงในคอมพิวเตอร์ของคุณในรูปแบบ JPEG

mobile menu iconค่าใช้จ่ายทั้งหมดนี้เท่าไหร่mobile menu icon

  • ไม่มีค่าใช้จ่ายเลยจริงๆ บริการของเราฟรีสำหรับผู้ใช้ทุกคนอย่างแน่นอน ไม่มีการสมัครสมาชิกแบบ PRO ไม่มีการจำกัดจำนวนหรือความยาวสูงสุดของวิดีโอที่ดาวน์โหลด