Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Command Line Git
Rating: 4.5 out of 5(169 ratings)
9,111 students

Command Line Git

Git for Data Scientists and Non Developers
Created byOscar Valles
Last updated 7/2020
English

What you'll learn

  • Become a productive user of git
  • How to use git through the command line
  • Understanding git commands in detail
  • git status - Current state of your local repo
  • git add - Adding your changes for tracking
  • git commit - Staging your files for upload
  • git push - Saving Files to the git server
  • .gitignore - ignore file types in git
  • Preview of Markdown Language
  • git stash and pop - Putting away files for later
  • git diff - Comparing differences between separate versions of work
  • Removing files from your git repository

Course content

3 sections38 lectures1h 33m total length
  • Introduction: Git Overview1:45

    If you are on an Apple Mac, you can try downloading a repository to test if you have git installed

    git clone https://github.com/github/gitignore.git

  • Creating a GitHub Account1:58

    In this video, you will learn to create an account on GitHub, a git software service provider.

  • Creating your first git repository1:00

    In this lecture, you will create your first git repository, through GitHub

  • Recap of GitHub Repository Creation0:24
  • Accessing your Account Settings in GitHub1:00
  • Generating RSA Keys1:42
  • Adding a Public RSA Key to GitHub1:15
  • RSA Keys Recap0:33
  • Cloning Your New Repository1:27
  • Creating a README for your repository1:22
  • Saving your README file to GitHub1:53
  • Previewing your saved work on GitHub1:07
  • Saving your first work file to GitHub2:30
  • Exercise 01: Modify your file and save (push) to GitHub1:23
  • Solution to Exercise 010:58
  • Creating New Files and a New Branch7:43
  • Recap: Creating New Files and a New Branch3:13
  • Comparing Branches (Visually)4:45
  • Pull Requests and Merging3:56
  • Git Pull: Download the Latest code version2:17

Requirements

  • Computer & Internet Connection
  • Laptop / Computer

Description

This course is designed to get you proficient and comfortable with using git in under a day! You will find a focused course on where you'll dive in immediately into using git. While this is not an exhaustive course on git, it does focus on what you are likely to use 70% - 90% of the time. You will be set up for mastery and advanced usage of git if you decide to do so.

This course requirements are minimal. All you'll need is

  • a laptop

  • a GitHub Account (free btw),

In Section 1, we cover

  1. git overview - how git works

  2. git install instructions (very simple)

  3. GitHub account creation

  4. rsa key setup for security

  5. creating your first repository

  6. adding and committing files

  7. pushing / saving your files to github

  8. pull requests and merges

  9. git pull (local)

In Section 2, we become Pros!

  1. git add - add and modify files

  2. git commit - commenting your changes

  3. git push - saving to the server

  4. PRs and Merges - bringing it all together

  5. git pull - copying latest changes locally

In Section 03, is our bonus material that is of high value

  1. .gitignore

  2. markdown

  3. git stash and git pop

  4. git diff

  5. removing / deleting files from GitHub

And the best thing of all, this course can be completed in a day, and you can gain proficiency over a weekend! It's that quick and easy!

Who this course is for:

  • Data Scientists
  • Business Analysts
  • Data Analysts
  • Developers
  • Programmers