강의

멘토링

로드맵

/

10分で学ぶフェチハット(github)基本機

フェッヘットについて最も書くことを選んで、非常に短い時間で学ぶことができるコース!

  • rootcode100046
GitHub

学習した受講者のレビュー

1.講座紹介

代表的な分散バージョン管理ツールGitを効率的に管理するWebサービスです。

2. 役に立つ方

  • 開発入門者、新開発者

3.コースの特徴

  • 講義レベル:初級
  • 扱う技術:Git、github

こんにちは
です。

カリキュラム

全体

11件 ∙ (13分)

講座掲載日: 
最終更新日: 

受講レビュー

全体

142件

4.2

142件の受講レビュー

  • ㅤ님의 프로필 이미지

    受講レビュー 55

    平均評価 5.0

    5

    0% 受講後に作成

    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

    • ew91bmdqaw4

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

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

    受講レビュー 113

    平均評価 5.0

    5

    64% 受講後に作成

    • tk2ektk3ek6796님의 프로필 이미지
      tk2ektk3ek6796

      受講レビュー 37

      平均評価 5.0

      5

      100% 受講後に作成

      • daesoo8886934님의 프로필 이미지
        daesoo8886934

        受講レビュー 7

        平均評価 5.0

        5

        100% 受講後に作成

        I heard it well

        • kiyaaa0106님의 프로필 이미지
          kiyaaa0106

          受講レビュー 2

          平均評価 5.0

          5

          100% 受講後に作成

          good~~

          公開していない講座のため、受講が制限されます。
          非公開講座