Git Essentials — The step-by-step guide to Git mastery
Git Essentials — The step-by-step guide to Git mastery, available at $59.99, has an average rating of 4.9, with 50 lectures, based on 185 reviews, and has 903 subscribers.
You will learn about How Git and GitHub work Learn the entire daily workflow that most developers use Install git on Windows, Mac and Linux Configure SSH for authentication How to clone a GitHub repository Create and use a remote repository on GitHub How to add files to your own GitHub repository Creating git branches How to resolve merge conflicts GitHub issues How to fork a repo GitHub pull requests Staging, committing and pushing files to GitHub Viewing your Git history Git on the command line How to merge git branches View file changes before committing How to fix typos in commit messages How to resolve rebase conflicts How to rebase How to stash your code How to add, delete and list tags What to learn after you've learned Git This course is ideal for individuals who are Developers or programmers who will be working with teams or Developers or programmers who want to work on open source projects or Developers or programmers who want to get a job at a company It is particularly useful for Developers or programmers who will be working with teams or Developers or programmers who want to work on open source projects or Developers or programmers who want to get a job at a company.
Enroll now: Git Essentials — The step-by-step guide to Git mastery
Summary
Title: Git Essentials — The step-by-step guide to Git mastery
Price: $59.99
Average Rating: 4.9
Number of Lectures: 50
Number of Published Lectures: 50
Number of Curriculum Items: 53
Number of Published Curriculum Objects: 53
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- How Git and GitHub work
- Learn the entire daily workflow that most developers use
- Install git on Windows, Mac and Linux
- Configure SSH for authentication
- How to clone a GitHub repository
- Create and use a remote repository on GitHub
- How to add files to your own GitHub repository
- Creating git branches
- How to resolve merge conflicts
- GitHub issues
- How to fork a repo
- GitHub pull requests
- Staging, committing and pushing files to GitHub
- Viewing your Git history
- Git on the command line
- How to merge git branches
- View file changes before committing
- How to fix typos in commit messages
- How to resolve rebase conflicts
- How to rebase
- How to stash your code
- How to add, delete and list tags
- What to learn after you've learned Git
Who Should Attend
- Developers or programmers who will be working with teams
- Developers or programmers who want to work on open source projects
- Developers or programmers who want to get a job at a company
Target Audiences
- Developers or programmers who will be working with teams
- Developers or programmers who want to work on open source projects
- Developers or programmers who want to get a job at a company
Welcome to Git for Everybody / Git Essentials
This is the updated 2020 version for the modern web developer and this course supports Windows, Mac and Linux users.
In this course you learn everything you need to know about working with Git and GitHub.
By the end of this course you will have the knowledge and confidence you need to:
-
Apply for a job
-
Work in a team
-
Work on open source projects
Git is the secret tool that almost every developer uses but nobody talks about. It’s such a commonplace tool that it’s rarely mentioned on job postings because it’s assumed that, no matter what your skill level is, that you KNOW how to use Git and GitHub.
I’ve worked with several teams and companies over the years and everything you’ll learn in this course is what I tend to use almost every day and certainly every week.
To learn how to use Git and GitHub does not take 10, 8 or even 6 hours. The truth is Git is a complicated program, but usingGit is easy!
There are a number of commands you’ll use every day, and a few more commands you’ll see once or twice a week. Beyond that, you would be learning advanced Git that you’ll never use, ever! Don’t get stuck learning tools and commands that you’ll never use. By taking this course, you are going to learn all the important aspects of Git and GitHub, and you won’t be wasting 6+ hours learning things you’ll never use.
This course is designed to teach you Git the way the it’s used everyday by a developer who uses it every day.
Here’s the rough outline of everything you’ll learn in this course:
-
How to use Git on the command line (pro tip: it’s more important to learn Git from the command line first than it is to learn how to use a visual tool. Servers don’t have visual programs)
-
Installing Git on Windows, Mac and Linux
-
How to configure Git on your computer, and add your SSH key
-
Creating, cloning and adding files to a GitHub repository
-
Managing files, commits and branches
-
How to merge branches into other branches
-
How to view old files from an older time
-
Viewing file differences and how to ignore certain file types
-
Forking repos (repositories)
-
How to work on GitHub by:
-
Creating custom branches and tags
-
Opening and managing GitHub issues
-
Opening and managing pull requests
-
-
How to undo a little work, and a lot of work
-
How to rebase
-
How to work through merge and rebase conflicts
-
And much much more!
Plus we’ll work through lots of real life examples together and get you’ll get hands on experience with all of this by creating your own repositories, forking my repo, and even safely opening a pull request on my work for some seriously hands on experience (because Git is better learned by doing).
As an added bonus, you’ll also learn GitHub fundamentals — and everything you learn about Git and GitHub is completely transferable to GitLab and Bit Bucket!
How to tell if this course is for you:
Have you never used Git or GitHub?
Have you ever wondered how Git works?
Have you ever gotten stuck using Git?
Have you ever needed to ask for help when using Git?
Have you ever ran into a tricky Git conflict?
Have you ever wondered how to efficiently use GitHub?
If you answeredyesto any of the questions above, this course is 100% for you.
—
And if you’re still not convinced you’ll learn some cool things in this course, feel free to watch the first 20+ videos for free — I’ve enabled so many free previews in this course because I’m convinced you’ll walk away feeling excited and confident about your new Git skills!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Welcome to Git Essentials
Lecture 2: First things first
Chapter 2: Beginner Git
Lecture 1: Why the command line?
Lecture 2: Installing Git (Windows Only)
Lecture 3: Notes about Git for Windows
Lecture 4: Installing Git (MacOS and Linux)
Lecture 5: Getting started with GitHub
Lecture 6: Configuring Git on your computer
Lecture 7: Creating and adding an SSH Key
Lecture 8: How to clone a repository
Lecture 9: What is cloning, anyway?
Lecture 10: How to create a new repository on GitHub
Lecture 11: How to push to your GitHub repository
Lecture 12: Git status
Lecture 13: Unstaging a file
Lecture 14: Undeleting a file
Lecture 15: Git origins and remotes
Lecture 16: Git branching
Lecture 17: Committing to a new branch
Lecture 18: Merging a branch into master
Lecture 19: Seeing your Git history
Lecture 20: Downloading updates from GitHub
Lecture 21: How to get updates from GitHub
Lecture 22: Checkout: code-time travel
Lecture 23: README.md files
Chapter 3: Advanced Git
Lecture 1: Viewing file differences
Lecture 2: How to ignore files
Lecture 3: Create a custom Git alias
Lecture 4: The git alias code
Lecture 5: Fixing Git commit messages
Lecture 6: How to fork a repo
Lecture 7: Git issues
Lecture 8: How to open a pull request
Lecture 9: Undoing a commit
Lecture 10: Force pushing
Lecture 11: How to rebase
Lecture 12: Resolving merge and rebase conflicts
Lecture 13: How to stash code
Lecture 14: Adding tags to your commits
Chapter 4: BONUS: Launching Your Website With GitHub Pages
Lecture 1: Welcome to Launching Your Website Using GitHub Pages
Lecture 2: Creating a "special" repository
Lecture 3: Downloading (cloning) your repository
Lecture 4: Creating your first file
Lecture 5: Pushing file to GitHub
Lecture 6: Viewing your website
Lecture 7: Making your website beautiful
Lecture 8: Adding your custom projects
Lecture 9: Project Summary
Chapter 5: Summary
Lecture 1: Final lesson
Lecture 2: Additional Free Learning Resources
Instructors
-
Kalob Taulien
Web developer and coding instructor
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 6 votes
- 4 stars: 47 votes
- 5 stars: 132 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024