* Cantinho Satkeys

Refresh History
  • cunha45: Entendido
    16 de Julho de 2025, 20:33
  • j.s.: reafirmo 15/07/2026 o forum encerra
    16 de Julho de 2025, 18:26
  • j.s.: o que foi dito é que este ano está pago, e para bom entendedor foi dito que após desinteresse nos membros, ficam já avisados que a 15/07/2026
    16 de Julho de 2025, 18:25
  • j.s.: boa tarde
    16 de Julho de 2025, 18:22
  • cunha45: Com a colaboração de 6 membros, aos quais agradecemos e com custos muito elevados, por parte da administração, foi pago mais um ano , do domínio e nome do fórum, num servidor externo.  Como o fórum é dos dos seus membros, e como estes mostraram total desinteresse numa pequena ajuda para a sua manutenção informamos que  a partir de 15/07/2026 o fórum encerra as suas portas.  Para todos os membros que não nos quiseram ajudar, e que fazem neste fórum, os seus downloads do que aqui disponibilizamos, para seu proveito e de borla, iremos cancelar essa função, apenas podendo vizualizar o forum.  A administação
    16 de Julho de 2025, 13:43
  • cunha45: ainda nao encerrou
    16 de Julho de 2025, 13:42
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    16 de Julho de 2025, 11:46
  • m1957: Obrigado pelo cuidado em informar!
    16 de Julho de 2025, 00:45
  • cereal killa: boas gomes, 4tj97u<z
    14 de Julho de 2025, 21:32
  • j.s.: cereal enviei pm  4tj97u<z
    14 de Julho de 2025, 21:13
  • j.s.: Entre as 20h do dia 13 de agosto de 2025 e as 10h do dia 14 de agosto de 2025 (horário CEST).
    14 de Julho de 2025, 20:55
  • j.s.: foi refeita nova data para migração
    14 de Julho de 2025, 20:55
  • j.s.: 43e5r6
    14 de Julho de 2025, 16:49
  • j.s.: por isso o forum deve estar off line  Início: 16/07/2025 às 20:00 (CEST) Fim: 17/07/2025 às 10:00 (CEST)
    14 de Julho de 2025, 16:49
  • j.s.: vai ser efectuada migração de servidores
    14 de Julho de 2025, 16:48
  • j.s.: dgtgtr a todosc 49E09B4F
    14 de Julho de 2025, 16:47
  • cunha45: ja
    14 de Julho de 2025, 08:25
  • j.s.: passem por aqui p.f. [link]
    13 de Julho de 2025, 16:29
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    13 de Julho de 2025, 11:31
  • j.s.: tenham um excelente domingo 49E09B4F
    13 de Julho de 2025, 09:07

Autor Tópico: Git Learning Journey - Learn Git  (Lida 78 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Git Learning Journey - Learn Git
« em: 11 de Março de 2023, 08:15 »

Git Learning Journey - Learn Git
Published 3/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 415.23 MB | Duration: 2h 0m

Build a mental model of Git, Provide simple explanations, Make how Git works tangible.

What you'll learn
The 3 main goals of this course are to: - Build a mental model of Git (version control) - Provide simple explanations - Make how Git works tangible
n this course I explain the basics of Git (version control) in a visual and simple manner.
I covers some of the basics of GitHub.
I introduce one concept at a time and build from the beginning to the end incrementally

Requirements
Laptop with Concentrated Mind

Description
Git Learning Journey - Learn GitAn online course to learn and (actually) understand the basics of Git (version control) and a bit of GitHub!Description:The 3 main goals of this course are to:- Build a mental model of Git (version control)- Provide simple explanations- Make how Git works tangibleGit tutorial provides basic and advanced concepts of Git and GitHub. Our Git tutorial is designed for beginners and professionals.Git is a modern and widely used distributed version control system in the world. It is developed to manage projects with high speed and efficiency. The version control system allows us to monitor and work together with our team members at the same workspace.This tutorial will help you to understand the distributed version control system Git via the command line as well as with GitHub. The examples in this tutorial are performed on Windows, but we can also perform same operations on other operating systems like Linux (Ubuntu) and MacOS.Git is an open-source distributed version control system. It is designed to handle minor to major projects with high speed and efficiency. It is developed to co-ordinate the work among the developers. The version control allows us to track and work together with our team members at the same workspace.In this course I explain the basics of Git (version control) in a visual and simple manner. I covers some of the basics of GitHub. I introduce one concept at a time and build from the beginning to the end incrementally. I introduce every new term so that beginners and more experienced folk can follow the course alike!I want to make sure everyone can get as much out of this course as possible.

Overview
Section 1: Introduction

Lecture 1 Introduction

Lecture 2 lesson_02_using_the_terminal_and_installing_git

Lecture 3 lesson_03_preparing_git_settings

Lecture 4 lesson_04_making_our_project_directory

Lecture 5 lesson_5_creating_a_repository

Lecture 6 lesson_6_adding_a_file_to_our_project

Lecture 7 lesson_7_making_our_first_commit

Lecture 8 lesson_8_working_with_an_existing_project

Lecture 9 lesson_9_what_is_a_branch

Lecture 10 lesson_10_making_a_commit_on_a_branch

Lecture 11 lesson_11_making_a_second_branch

Lecture 12 lesson_12_switching_branches

Lecture 13 lesson_13_merging_a_branch

Lecture 14 lesson_14_introducing_vi_vim

Lecture 15 lesson_15_doing_a_three-way_merge

Lecture 16 lesson_16_merging_with_conflicts

Lecture 17 lesson_17_introducing_remote_repositories

Lecture 18 lesson_18_connecting_to_github_using_ssh

Lecture 19 lesson_19_adding_a_remote_repository

Lecture 20 lesson_20_pushing_to_a_remote_repository

Lecture 21 lesson_21_updating_a_remote_repository

Lecture 22 lesson_22_working_with_others

Lecture 23 lesson_23_fetching_changes

Lecture 24 lesson_24_working_at_the_same_time_as_others

Lecture 25 lesson_25_rebasing_part_1

Lecture 26 lesson_25_rebasing_part_2

Lecture 27 exercise_merging

Lecture 28 exercise_remote_repositories_and_working_with_others

Lecture 29 exercise_working_with_a_local_repository_and_branches

Git Basics to Advance

rapidgator.net:
Citar
https://rapidgator.net/file/3b9d9b9982370e453f94478285919943/rrcvr.Git.Learning.Journey..Learn.Git.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/86E318b64F3F11D5/rrcvr.Git.Learning.Journey..Learn.Git.rar

nitroflare.com:
Citar
https://nitroflare.com/view/E3F17540991529B/rrcvr.Git.Learning.Journey..Learn.Git.rar

ddownload.com:
Citar
https://ddownload.com/cvdftsqmz6sw/rrcvr.Git.Learning.Journey..Learn.Git.rar