* Cantinho Satkeys

Refresh History
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31
  • j.s.: ghyt74 a todos  4tj97u<z
    18 de Outubro de 2024, 09:33

Autor Tópico: Git & GitHub For Beginners - Master Git and GitHub (2021)  (Lida 105 vezes)

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

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115675
  • Karma: +0/-0
Git & GitHub For Beginners - Master Git and GitHub (2021)
« em: 01 de Abril de 2021, 10:59 »
Duration: 6h45m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48kHz, 2ch | Size: 2.49 GB
Genre: eLearning | Language: English
Git & GitHub VCS Masterclass for Beginners - Master Practical Key Concepts and Workflow of Git and Git Hub

What you'll learn
Understand some "Common Problems" developers face
Learn what is Version Control System (VCS)
Download & Install Git Source Control System
Create "First Git Project" (Initialize a Git Repository)
Learn the key concepts of "Git Basic Workflow"
Understand the difference between "Untracked" and "Tracked" files
3 stages: Working Directory - Staging Area - Repository
Learn Git Common Commands - "status", "add", "commit", "log"
Review Changes using "git diff"
Remove a file from Git Repository
Introduction to GitHub [Remote Version Control System]
Create a GitHub account
Configure Remote GitHub repository with Local Git
PUSH Local Repository to GitHub Repository
Creating New Repository on GitHub
Clone, Fork and Pull
GitHub: Raw, Blame, and History
GitHub: Watch, Star and Fork
GitHub Issues & Labels

Requirements
A computer with Windows, Linux or Mac OS
Basic Text Editor
Basic Computer Skills
Admin Rights (may be required) for software installation
Prior knowledge of Git & GitHub is NOT required
Description
Ladies & Gentlemen!

--------------------------------- Introduction ---------------------------------

So you want to learn Version Control Systems.

Maybe that's Git, GitHub, GitLab, or even Bit Buckets. Doesn't really matter.

Let me teach you all the FUNDAMENTALS that you need to get yourself STARTED as FAST as possible.

I know that your time is precious and you're about to start a NEW JOB at your dreams company or maybe you need to start working on your projects right away - so LET'S NOT WASTE TIME!

This course will save you PLENTY of time googling and trying to connect the dots.

So WELCOME to my Ultra Concise & Summarized Course to get yourself started!

--------------------------------- Who is it for? ---------------------------------

Welcome to one of the most essential courses every programmer should take - whether that's to improve your development skills, become a better programmer, or even increasing your chances of getting your dream job.

My name is Vlad and I'm talking about none other than my Version Control Systems - Git & GitHub Ultimate Course.

So, if you've been using Python, C#, C++, or maybe you're a Web Developer who's using JavaScript, HTML, and CSS - what I can tell you, is this one thing - this course is definitely for you!

--------------------------------- About the Course ---------------------------------

Chapter 1 - Introduction

1. Common Problems Programmer Face (2 main scenarios - no version control, no collaboration)

2. What is a VCS?

Chapter 2 - Git Essentials

1. Download & Install (covering "git version", "git help", "git help")

2. Configuring basic git information (name+email).

3. Creating First Git Project (creating a project directory, "git init", "git status", talk about ".git" directory.

4. Basic Workflow of Git (creating new "hello_world" file, "tracked vs untracked", "3 stages", "git add", "git commit", "git log").

5. Basic Workflow of Git - Additional Practice (working with additional files in the project, modifying files, "git add .".

6. Reviewing Changes (diff "working directory" VS "last commit", "git diff").

7. Removing a file from git repository ("git ls-files", "git rm", "git rm..., "git rm -r").

Chapter 3 - First Steps with GitHub

1. Why we need Remote Version Control System?

2. Collaboration Importance.

3. What is GitHub? Choosing RVCS!

Chapter 4 - Getting Started with GitHub

1. Creating a GitHub Account.

2. Configuring Remote GitHub Repository with Git.

Chapter 5 - Working with GitHub

1. Push Local Repository to GitHub.

2. Creating a New Repository on GitHub.

3. Clone, fork, and Pull.

4. Raw, Blame, and History.

5. Watch and Star.

6. GitHub Issues & Labels.

7. ".gitignore".

8. Branch & Merge.

9. Conflict Resolution.

Chapter 6 - Git Premium Content: Visualization, Flow, and Commands

1. Introduction to Extended Visualization

2. Git Local Workflow Diagram

3. Untracked files

4. Tracking New Files

5. Staging Modified Files

6. Two States After Staged

7. Committing the Changes

8. Skipping the Staging Area

Chapter 7 - Branching - Full Introduction To Merging

1. Branching - Real Life Scenarios ntro To Merge!

Chapter 8 - Merging - Process, Steps, and Merge Techniques

1. Merge - Fast Forward Technique

2. Merge - Recursive Merging 3-Way Merge

Chapter 9 - Conflicts Resolution

1. Merge Conflict - General Introduction

2. Merge Conflict Resolution - Core Part & Usage

Chapter 10 - Git Intermediate Level: Going Further

1. Git Status Short

2. "git log" --> Going Further

3. Git Aliases

4. Removing Files

5. Moving a file in Git

--------------------------------- Why Version Control Systems Ultimate Course? ---------------------------------

Since I know many of you guys want to get to business right away - I've created this ultimate course with the most essential content you will need to feel confident and get yourself started as fast as possible.

You will get all the necessary explanations, straight to the point, without any irrelevant content - exactly what you need.

And the last thing that I want to mention here - this course will be yours to keep as the Cheat Sheet you can and should use whenever you will need it.

So I guess you know that this course is ABSOLUTELY NECESSARY for you and that's something you must have in your Developer ToolBox.

And without further ado, ENROLL in the course RIGHT NOW and I'll see you inside.

Vlad,

The AlphaTech.

Who this course is for:
Students at the Academy
Graduated Computer Science, Computer Engineering, Electronic Engineering, etc
Programmers & Developers who want to improve their skills
Python Developers
JavaScript Developers
Web Developers
C/C++/C# Developers
Anyone who wants to know the essentials of Version Control!


Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction