inflearn logo

/

Learn GitHub Basics in 10 Minutes

A course that will teach you the most used things about GitHub in a very short amount of time!

(4.2) 144 reviews

4,001 learners

Level Beginner

Course period Unlimited

GitHub
GitHub
GitHub
GitHub

Reviews from Early Learners

Reviews from Early Learners

4.2

5.0

opensesame

0% enrolled

It was a good time to learn git quickly. How to use git - Right-click on the folder to commit and select git-bash to open the console window - git init - git status - git remote add origin https://github.com/guriguri113/opensesame.git (remote repository to commit) - git status (files that have not been committed yet are marked in red) - git add. Add all files in the folder - git config --global user.email "guriguri1576@naver.com" (Enter your email address since this is your first commit) - git config --global user.name "bingbingpa" (Enter your ID) - git commit -m 'tetete' (Comment on the commit) - git push -u origin master (Commit!) - After modifying the file - git add . - git commit -m 'Comment contents' - git push - git checkout -b beta (Branch name) - git branch (Check the current branch) - After writing the file - git add . - git commit -m 'comment contents' - git push -u origin beta(branch name) - git merge beta(branch name to merge) - git push

5.0

수원양민

100% enrolled

Thank you for the great lecture.

5.0

김대수

100% enrolled

I heard it well

1. Course Introduction

This web service efficiently manages Git, the leading distributed version control tool. Learn the most common uses of GitHub in a simple and quick way.

2. Helpful people

  • Beginner developer, new developer

3. Course Features

  • Course Level: Beginner
  • Technologies covered: Git, github

Hello
This is rootcode100046

Published: 
Last updated: 

Reviews

All

144 reviews

4.2

144 reviews

  • 7000cj님의 프로필 이미지
    7000cj

    Reviews 140

    Average Rating 5.0

    5

    64% enrolled

    • swpromer님의 프로필 이미지
      swpromer

      Reviews 124

      Average Rating 4.8

      5

      100% enrolled

      Thank you for the great lecture.

      • ㅤ님의 프로필 이미지

        Reviews 59

        Average Rating 4.9

        5

        0% enrolled

        It was a good time to learn git quickly. How to use git - Right-click on the folder to commit and select git-bash to open the console window - git init - git status - git remote add origin https://github.com/guriguri113/opensesame.git (remote repository to commit) - git status (files that have not been committed yet are marked in red) - git add. Add all files in the folder - git config --global user.email "guriguri1576@naver.com" (Enter your email address since this is your first commit) - git config --global user.name "bingbingpa" (Enter your ID) - git commit -m 'tetete' (Comment on the commit) - git push -u origin master (Commit!) - After modifying the file - git add . - git commit -m 'Comment contents' - git push - git checkout -b beta (Branch name) - git branch (Check the current branch) - After writing the file - git add . - git commit -m 'comment contents' - git push -u origin beta(branch name) - git merge beta(branch name to merge) - git push

        • You've organized all the essential commands from git init to git push very well! Thank you :)

      • tk2ektk3ek6796님의 프로필 이미지
        tk2ektk3ek6796

        Reviews 37

        Average Rating 5.0

        5

        100% enrolled

        • chpark890440님의 프로필 이미지
          chpark890440

          Reviews 2

          Average Rating 3.5

          4

          64% enrolled

          Communication for questions and answers is not going smoothly.

          Access is restricted to non-public courses.