• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Git/Github Essentials: Everything You Need To Get Started

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
Git-Github-Essentials-Everything-You-Need-To-Get-Started.jpg


Everything you need to know to get working with Git/GitHub in under 1 hour!

What you’ll learn

    Understand the role Git/GitHub plays in workflows that involve collaboration and version control.
    Understanding of the Git/Github Framework
    Learn how to create and contribute to a GitHub Repository
    Learn how to interact with a GitHub Repository in a way that enables collaboration with others

Requirements

    No programming experience is required. This class is for beginners who are new to Git and want to learn Git for their project work.
    Create a free GitHub account.
    Install Git on your computer.
    Install VS Code on your computer.

Description

Git is the most used version control software tool, and this course will teach you everything you need to know to get up and running with git. We will go over how we use Git/GitHub in our everyday development environment. We will learn the fundamentals and apply them to a live git repository.

We will cover the following topics:

    What is Git/Github? Why are they important? We will explore the use cases where Git comes in handy and why it is so popular among developers.
    Creating and Cloning a GitHub Repository. We will create a GitHub Repository and clone it via HTTPS.
    Staging, Committing and Pushing to a Repository. We will make changes to files in our repository, stage those changes, commit them, and push them to our remote repository.
    Branching, Merging, and Pull Requests. We will go into a branching, checking out multiple branches, making changes to them, and merging them back into the default branch. We will also go over pull requests and pulling!
    Gitignore, Forking, and Handling Merge Conflicts. We will go over why the gitignore file is useful. We will simulate and handle a merge conflict and then end by learning about forking.

Who this course is for:

    Beginners – Anyone looking to get into Software Development, Cloud Architecture, or technical roles that involve code.

Code:
https://www.udemy.com/course/umacodes-git-essentials
To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top