Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Git, Github And Github Actions - Crash  Course Vote_lcapGit, Github And Github Actions - Crash  Course Voting_barGit, Github And Github Actions - Crash  Course Vote_rcap 
ПΣӨƧӨFƬ
Git, Github And Github Actions - Crash  Course Vote_lcapGit, Github And Github Actions - Crash  Course Voting_barGit, Github And Github Actions - Crash  Course Vote_rcap 
ℛeℙ@¢ᴋ€r
Git, Github And Github Actions - Crash  Course Vote_lcapGit, Github And Github Actions - Crash  Course Voting_barGit, Github And Github Actions - Crash  Course Vote_rcap 
missyou123
Git, Github And Github Actions - Crash  Course Vote_lcapGit, Github And Github Actions - Crash  Course Voting_barGit, Github And Github Actions - Crash  Course Vote_rcap 
大†Shinegumi†大
Git, Github And Github Actions - Crash  Course Vote_lcapGit, Github And Github Actions - Crash  Course Voting_barGit, Github And Github Actions - Crash  Course Vote_rcap 
Engh3
Git, Github And Github Actions - Crash  Course Vote_lcapGit, Github And Github Actions - Crash  Course Voting_barGit, Github And Github Actions - Crash  Course Vote_rcap 
ronaldinho424
Git, Github And Github Actions - Crash  Course Vote_lcapGit, Github And Github Actions - Crash  Course Voting_barGit, Github And Github Actions - Crash  Course Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Winxvideo AI 3.1.0.0 (x64) Multilingual
Git, Github And Github Actions - Crash  Course EmptyHoy a las 2:38 pm por ПΣӨƧӨFƬ

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
Git, Github And Github Actions - Crash  Course EmptyHoy a las 2:34 pm por ПΣӨƧӨFƬ

» 4Videosoft Video Converter Ultimate 7.2.60 (x64) Multilingual
Git, Github And Github Actions - Crash  Course EmptyHoy a las 2:19 pm por ПΣӨƧӨFƬ

» Maplesoft Maple 2024.1.1 (x64) Multilingual
Git, Github And Github Actions - Crash  Course EmptyHoy a las 1:58 pm por tano1221

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
Git, Github And Github Actions - Crash  Course EmptyHoy a las 1:56 pm por tano1221

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
Git, Github And Github Actions - Crash  Course EmptyHoy a las 1:43 pm por tano1221

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
Git, Github And Github Actions - Crash  Course EmptyHoy a las 1:30 pm por tano1221

» Disk Pulse Pro/ Ultimate / Enterprise 16.2.24 
Git, Github And Github Actions - Crash  Course EmptyHoy a las 1:26 pm por tano1221

» Chaos Vantage 2.5.0 (x64)
Git, Github And Github Actions - Crash  Course EmptyAyer a las 10:34 pm por ℛeℙ@¢ᴋ€r

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Git, Github And Github Actions - Crash Course

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70293
Fecha de inscripción : 20/08/2016

Git, Github And Github Actions - Crash  Course Empty
MensajeTema: Git, Github And Github Actions - Crash Course   Git, Github And Github Actions - Crash  Course EmptyVie Mayo 19, 2023 2:18 am


Git, Github And Github Actions - Crash  Course 456d9e8b5aab58bb66117f015b154c76
Git, Github And Github Actions - Crash Course
Published 5/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.08 GB | Duration: 3h 24m

All you Really need to know to start working

What you'll learn
Work with Git
Work with GitHub
Work with GitHub Actions
Work with Local and Remote repositories
Requirements
Basics knowledge of openings Command line Terminal on Linux or Windows or Mac
Description
Welcome, On this Crash Course you will learn everything you Really need to know to start working with Git, GitHub and also with GitHub Actions.Course is fully hands-on, we will start from basics of Git, then we will open a new account on GitHub and will work with Local and Remote repositories together.We also will build CI/CD Pipeline from GitHub to AWS using GitHub Actions.Git is a must have skill for any Engineer who write any type of code.GitHub is very similar to GitLab, Bit Bucket or any other GIT Remote Repository.GitHub Actions is necessary skill for DevOps or Cloud Engineers who build CI/CD Pipelines to automatically deploy code.Lessons in this course:What is GIT and why you will need it?Installation on LINUXInstallation on WINDOWSInitial Configuration .gitconfig file Basic GIT commands for Local RepositoryHow to see Logs of previous changesHow to Restore file and show difference between two commitsWhat is .gitignore fileOpening Free GitHub AccountPush code from Local Repository to Remote RepositorySetup authentication to GitHub suing SSH on LINUXSetup authentication to GitHub suing SSH on WINDOWSClone code from Remote Repository to Local RepositoryWorking with GIT Branches LocallyWorking with GIT Branches via GitHubGit Rebase on Main BranchHow to Return to any previous versionHow to remove Sensitive information from GIT HistoryWorking with GIT TagsFull workflow of Real Work with Git + GitHubGitHub Actions - BasicsGitHub Actions - CI/CD Pipeline to deploy Application from GitHub to AWS
Overview
Section 1: Git
Lecture 1 What is GIT and why you need it.pptx
Lecture 2 Installation on LINUX
Lecture 3 Installation on WINDOWS
Lecture 4 Initial Configuration of gitconfig
Lecture 5 Basic Work with Local Repository
Lecture 6 How to see Log of previous changes
Lecture 7 How to Restore file and Show difference between commits
Lecture 8 What is file .gitignore
Section 2: Git + GitHub
Lecture 9 Opening Free GitHub account
Lecture 10 Push code from Local Repository to Remote Repository
Lecture 11 Setup authentication to GitHub using SSH on LINUX
Lecture 12 Setup authentication to GitHub using SSH on WINDOWS
Lecture 13 Get code from Remote Repository to Local Repository
Lecture 14 Work with Git Branches Locally
Lecture 15 Work with Git Branches via GitHub
Lecture 16 Git Rebase on Main Branch
Lecture 17 How to rollback to previous versions
Lecture 18 How to remove sensitive info from Git history
Lecture 19 Working with Git Tags
Lecture 20 Full workflow of Real Work with Git + GitHub
Section 3: GitHub Actions
Lecture 21 GitHub Actions basics
Lecture 22 GitHub Actions CI/CD Pipeline to deploy Application from Git to AWS
Software Developers,Software Engineers,DevOps Engineers,Cloud Engineers,Programmers,Coders,Anyone who write some sort of code

Git, Github And Github Actions - Crash  Course C6669acee9a3a930d31c3a0c2e6db6a5

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/fdd98afdb20118e942c8a5970a75158c/oghcm.Git.Github.And.Github.Actions..Crash.Course.part1.rar.html
https://rapidgator.net/file/c6d49c62ba20bcdd2e2edabeecb9f2a1/oghcm.Git.Github.And.Github.Actions..Crash.Course.part2.rar.html
https://rapidgator.net/file/c6d60c04d37f74793cf1eef09218ac73/oghcm.Git.Github.And.Github.Actions..Crash.Course.part3.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/fcd3d56f2d8E3A3d/oghcm.Git.Github.And.Github.Actions..Crash.Course.part1.rar
https://uploadgig.com/file/download/170420884e93c3dE/oghcm.Git.Github.And.Github.Actions..Crash.Course.part2.rar
https://uploadgig.com/file/download/b70578dd6b60d9aa/oghcm.Git.Github.And.Github.Actions..Crash.Course.part3.rar

nitroflare.com:
Código:

https://nitroflare.com/view/79D9F4DCF26C3E0/oghcm.Git.Github.And.Github.Actions..Crash.Course.part1.rar
https://nitroflare.com/view/FBBBD51DDAB3EAC/oghcm.Git.Github.And.Github.Actions..Crash.Course.part2.rar
https://nitroflare.com/view/EC8B358CAFC4FDF/oghcm.Git.Github.And.Github.Actions..Crash.Course.part3.rar

1dl.net:
Código:

https://1dl.net/rvlbwq2zi2c9/oghcm.Git.Github.And.Github.Actions..Crash.Course.part1.rar
https://1dl.net/47xpdc84k7xs/oghcm.Git.Github.And.Github.Actions..Crash.Course.part2.rar
https://1dl.net/tlgj8v4udbpm/oghcm.Git.Github.And.Github.Actions..Crash.Course.part3.rar
Volver arriba Ir abajo
 

Git, Github And Github Actions - Crash Course

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Git, GitHub & Markdown Crash Course: Learn Git, GitHub & MD
» Become The Jedi Of Ci/Cd: Github Actions
» Learning GitHub Actions
» Building Custom GitHub Actions
» The Complete GitHub Actions & Workflows Guide

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-