• Course Categories
    • Business, Management & Law
    • Finance
    • Personal Development
    • Productivity
    • Marketing
    • Trading
    • Design
    • Health & Fitness
    • Languages
    • Videography
    • Photography
    • Web Development
  • Cart
  • Gift Bundles
  • Popular courses
  • All Courses
  • All Access Pass
      • Sign UpLogin
    EDPLX.COM | Over 1000 Home Study, Distance Learing Courses.EDPLX.COM | Over 1000 Home Study, Distance Learing Courses.
    • Course Categories
      • Business, Management & Law
      • Finance
      • Personal Development
      • Productivity
      • Marketing
      • Trading
      • Design
      • Health & Fitness
      • Languages
      • Videography
      • Photography
      • Web Development
    • Cart
    • Gift Bundles
    • Popular courses
    • All Courses
    • All Access Pass
    • Browse
    • Cart
    • All Access Pass
      • Sign UpLogin
      • Build
      • Business
      • Finance
      • Personal Development
      • Productivity
      • Marketing
      • Trading
      • Create
      • Design
      • Health & Fitness
      • Languages
      • Photography
      • Videography
      • Web Development
      • All Courses
      • Gift Bundles
      • Popular Courses
      • Live Courses

      Information Technology

      Test
      • Home
      • All courses
      • Information Technology
      • Git Essentials

      Git Essentials

      Admin bar avatar
      admin
      Information Technology
      £99.00
      Buy Membership
      Git
      • Overview
      • Curriculum

      Git is the secret tool that almost every developer uses but nobody talks about it. 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.

      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 using Git is easy! 

      There are a number of commands you’ll use every day, and a few other 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 it’s used every day by a developer who uses it every day.

      WHY CHOOSE EDPLX?

      • Internationally recognised accredited qualification
      • Access to our free career advisors
      • Approved UK Learning Centre
      • 1 year accessibility to the course
      • Attain PDF or hardcopy certificate to show employers
      • Study at your own pace anywhere
      • Employer has access to certificate validation
      • Tutor Support available Monday-Friday
      • Invitation to job fairs

      COURSE CURRICULUM

      This Course will cover some of the following topics:-

      • 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 , etc
      • 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).

      WHO IS THIS COURSE FOR

      This course is suitable for anyone looking to learn Git, Whether you are a beginner or someone who already uses Git, there is lots of information to extract from this course to make life easy when using Git.

      CAREER PATH

      This training course will lead you to many different career opportunities, Here are few prospects:

      • Web developer – £24,904 
      • Web designer – £22,780 
      • Website manager – £24,291 
      • Web designer and developer – £24,366

      Course Features

      • Lectures 51
      • Quizzes 0
      • Duration 3h 22m
      • Skill level All levels
      • Language English
      • Students 541
      • Certificate Yes
      • Assessments Yes
      CoursesInformation TechnologyGit Essentials
      • Git Essentials: Introduction 1

        • Lecture1.1
          Welcome to Git Essentials 02 min
      • Git Essentials: Beginner Git 21

        • Lecture2.1
          Why the command line? 02 min
        • Lecture2.2
          Installing Git (Windows Only) 03 min
        • Lecture2.3
          Installing Git (MacOS and Linux) 05 min
        • Lecture2.4
          Getting started with GitHub 03 min
        • Lecture2.5
          Configuring Git on your computer 03 min
        • Lecture2.6
          Creating and adding an SSH Key 05 min
        • Lecture2.7
          How to clone a repository 04 min
        • Lecture2.8
          How to create a new repository on GitHub 05 min
        • Lecture2.9
          How to push to your GitHub repository 09 min
        • Lecture2.10
          Git status 05 min
        • Lecture2.11
          Unstaging a file 03 min
        • Lecture2.12
          Undeleting a file 04 min
        • Lecture2.13
          Git origins and remotes 04 min
        • Lecture2.14
          Git branching 05 min
        • Lecture2.15
          Committing to a new branch 05 min
        • Lecture2.16
          Merging a branch into master 04 min
        • Lecture2.17
          Seeing your Git history 03 min
        • Lecture2.18
          Downloading updates from GitHub 10 min
        • Lecture2.19
          How to get updates from GitHub 06 min
        • Lecture2.20
          Checkout: code-time travel 10 min
        • Lecture2.21
          README.md files 03 min
      • Git Essentials: Advanced Git 14

        • Lecture3.1
          Viewing file differences 05 min
        • Lecture3.2
          How to ignore files 03 min
        • Lecture3.3
          The git lg alias code 02 min
        • Lecture3.4
          Fixing Git commit messages 03 min
        • Lecture3.5
          How to fork a repo 05 min
        • Lecture3.6
          Git issues 04 min
        • Lecture3.7
          How to open a pull request 10 min
        • Lecture3.8
          Undoing a commit 06 min
        • Lecture3.9
          Force pushing 06 min
        • Lecture3.10
          How to rebase 06 min
        • Lecture3.11
          Resolving merge and rebase conflicts 16 min
        • Lecture3.12
          How to stash code 09 min
        • Lecture3.13
          Adding tags to your commits 08 min
        • Lecture3.14
          Final Lesson 05 min
      • Git Essentials: Launch Your Website Using Github Pages 15

        • Lecture4.1
          Welcome to Launching Your Website Using GitHub Pages 01 min
        • Lecture4.2
          Setup your free GitHub account 02 min
        • Lecture4.3
          Create a “special” repository on GitHub 03 min
        • Lecture4.4
          What is cloning, anyway? 01 min
        • Lecture4.5
          How to install Git on Windows 03 min
        • Lecture4.6
          How to install Git on MacOS and Linux 04 min
        • Lecture4.7
          How to configure your Git settings 02 min
        • Lecture4.8
          How to “download” your repository to your computer 03 min
        • Lecture4.9
          Create your first file 03 min
        • Lecture4.10
          Push your files to your special repository 02 min
        • Lecture4.11
          Demoing your new website 03 min
        • Lecture4.12
          Making your website nicer with a theme 05 min
        • Lecture4.13
          Don’t forget to add your projects to your portfolio! 08 min
        • Lecture4.14
          How and why you should “ignore” useless/hidden computer files 03 min
        • Lecture4.15
          Summary: Your final project 01 min
      • Overview
      • Curriculum
      £99.00
      Buy Membership
      • Share:

      You May Like

      Copywriting Beginner To Advance Read More
      Admin bar avatar
      admin

      Copywriting Beginner To Advance

      497
      £99.00
      Protected: OLC Course Builder Training Read More
      Admin bar avatar
      Sunil Bhalla

      OLC Course Builder Training

      127
      Free
      Stock Trading & Investing Diploma Read More
      Admin bar avatar
      admin

      Stock Trading & Investing Diploma

      1068
      £99.00
      Introduction to Web development Read More
      Admin bar avatar
      admin

      Introduction to Web development

      877
      £99.00
      Python 3 Programming Complete Course Read More
      Admin bar avatar
      admin

      Python 3 Programming Complete Course

      254
      £99.00

      Categories

      • Business, Management & Law
        • Finance
        • Marketing
        • Personal Development
        • Productivity
        • Trading
      • Course Builder
      • Design
      • Finance
      • Health & Social Care
      • Information Technology
      • Languages
      • Marketing
      • Open Learning College
        • Course Builder
      • Personal Development
      • Photography
      • Productivity
      • Trading
      • Videography

      EDPLX is a learning community with online courses in design, business, web development, photography, fitness and more. Anyone can join the community to learn cutting-edge skills, network with other creatives and discover new oppotunities.

      Company
      • About
      • Blog
      • Contact
      • FAQ
      Community
      • Become an Instructor
      • Redeem Voucher
      new-logo

      @2024 All rights reserved. Privacy Policy and Terms and condition.

      EDPLX Limited 15398152

      Facebook-f
      Youtube
      Twitter
      Instagram

      Connect with

      Login with Facebook

      logo

      Login

      Connect with

      Login with Facebook

      logo


      Lost your password?

      Not a member yet? Register now

      Sign up with your Email

      Are you a member? Login now

      • Login
      • Sign Up
      Forgot Password?
      Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.