HOME > Development > Git by Example

Git by Example

  • Development
  • Dec 18, 2024
SynopsisGit by Example, available at $59.99, has an average rating of...
Git by Example  No.1

Git by Example, available at $59.99, has an average rating of 4.35, with 40 lectures, based on 1036 reviews, and has 6255 subscribers.

You will learn about Acquire one of the most important skills for software development Fully understand how Git works, instead of just having a high-level knowledge of it Learn about branches, merging, and merge conflicts Use remote repositories with GitHub to store your code Learn about the industry-standard GitFlow workflow for managing branches and contributions This course is ideal for individuals who are Software developers of any level or Project managers wanting to understand how the software development workflow goes or Anyone wanting to read and understand software development projects It is particularly useful for Software developers of any level or Project managers wanting to understand how the software development workflow goes or Anyone wanting to read and understand software development projects.

Enroll now: Git by Example

Summary

Title: Git by Example

Price: $59.99

Average Rating: 4.35

Number of Lectures: 40

Number of Published Lectures: 40

Number of Curriculum Items: 40

Number of Published Curriculum Objects: 40

Original Price: $49.99

Quality Status: approved

Status: Live

What You Will Learn

  • Acquire one of the most important skills for software development
  • Fully understand how Git works, instead of just having a high-level knowledge of it
  • Learn about branches, merging, and merge conflicts
  • Use remote repositories with GitHub to store your code
  • Learn about the industry-standard GitFlow workflow for managing branches and contributions
  • Who Should Attend

  • Software developers of any level
  • Project managers wanting to understand how the software development workflow goes
  • Anyone wanting to read and understand software development projects
  • Target Audiences

  • Software developers of any level
  • Project managers wanting to understand how the software development workflow goes
  • Anyone wanting to read and understand software development projects
  • Git is an essential skill for all team members of a technology company. In order to survive, technology companies are increasingly depending on continuous delivery to give customers a better experience. Git or other methods of Version Control are necessary in order to do this.

    Git is necessary for teamwork, organisation, and management of projects. It is much easier to work when all team members can immediately see code changes and can follow what others have done. 

    It’s difficult to go wrong with Git. You can always roll back if someone deletes code, changes the structure of your project, or sends out incomplete code. Everyone makes mistakes, but when using Git properly, no mistake is fatal. 

    Today we will make sure you get familiar, understand, and then master the extremely popular Version Control system called Git. This was originally used in the Linux project, so it is lightweight, but able to cope with the largest of projects.

    Throughout the course we will learn:

    1. What is Version Control, a gentle introduction for those not familiar with it.

    2. Markdown: what it is and how to use it.

    3. The basic structure of a repository. Vital to understand how everything works on a low level.

    4. Using the terminal/console properly.

    5. Using VIM, a great text editor within the console. We will use this to write commit messages when not using a GUI.

    6. Configuring Git. We will get it to work on any system.

    7. Basic Git commands that you will use in every project you are part of: git add, git commit, git push, git pull, git fetch.

    8. Writing meaningful commit messages. This is vital, so that everyone looking at the project can see what’s going on.

    9. Branches. What are branches?

    10. Organising branches via the Gitflow workflow. Ensuring your project has a great and easy to work with structure.

    11. Merging two branches together.

    12. Dealing with merge conflicts. We won’t have many of these!

    13. Using SourceTree for Git outside an IDE.

    Now you can acquire a vital and in-demand skill to boost your CV and development abilities, help your team deliver working software, and make companies love you.

    Course Curriculum

    Chapter 1: What is version control?

    Lecture 1: What is Version Control?

    Lecture 2: We will be learning Git

    Lecture 3: Markdown and the README.md file

    Lecture 4: What is the .gitignore file?

    Lecture 5: The structure of a repository

    Chapter 2: Basics of the terminal

    Lecture 1: What is the terminal?

    Lecture 2: Moving around the file system using the terminal

    Lecture 3: Moving and copying files with the terminal

    Lecture 4: Displaying and replacing file contents

    Lecture 5: Basics of VIM – a very powerful text editor!

    Lecture 6: Inserting text in VIM

    Chapter 3: Basics of Git

    Lecture 1: Configuring Git

    Lecture 2: Initialising a Git repository: git init

    Lecture 3: Initialising a Git repository (terminal video)

    Lecture 4: Adding files to the staging area: git add

    Lecture 5: Adding files to the staging area (terminal video)

    Lecture 6: Committing files to the local repository: git commit

    Lecture 7: Committing files to the local repository (terminal video)

    Lecture 8: Writing appropriate commit messages: this is VITAL if working in teams!

    Lecture 9: Adding a remote to your repository

    Lecture 10: Pushing and pulling to and from the remote repository

    Lecture 11: Pushing and pulling (terminal video)

    Chapter 4: Branches and workflows

    Lecture 1: What is a branch?

    Lecture 2: Creating branches in Git

    Lecture 3: Creating branches (terminal video)

    Lecture 4: Pushing branches to origin

    Lecture 5: Bringing in branches from origin

    Lecture 6: Deleting local and remote branches

    Lecture 7: Merging branches: presentation

    Lecture 8: Merging branches (terminal video)

    Lecture 9: Reverting changes: git revert and git reset

    Lecture 10: Reverting changes (terminal video)

    Lecture 11: What is the Gitflow workflow?

    Chapter 5: Gitflow and SourceTree

    Lecture 1: Using SourceTree to initialise a git-flow repository

    Lecture 2: Creating our first Gitflow feature

    Lecture 3: Finishing (and publishing) our first feature

    Lecture 4: Stashing changes with SourceTree

    Lecture 5: Adding remotes in SourceTree

    Lecture 6: Cloning a remote repository in SourceTree

    Lecture 7: Bonus lecture

    Instructors

  • Git by Example  No.2
    Jose Salvatierra
    Founder of Teclado and Software Engineer
  • Git by Example  No.3
    Teclado by Jose Salvatierra
    Software Development For Everyone
  • Rating Distribution

  • 1 stars: 3 votes
  • 2 stars: 14 votes
  • 3 stars: 143 votes
  • 4 stars: 438 votes
  • 5 stars: 439 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!