計算機科学のブログ

ほしい物リスト

Git - GitHub - Collaborating with Git - Ⅱ: Go, Team, Go! - subcomands, clone, remoe, branch, flag, very verbose

Head First Git: A Learner’s Guide to Understanding Git from the Inside OutRaju Gandhi(著)、 O’Reilly Mediaの Chapter 6.(Collaborating with Git - Ⅱ: Go, Team, Go!)、WHO DOES WHAT?(458/680)の解答を求めてみる。

  • ‘clone’ is anoher way o initialize a Gi Repository.
  • ‘remote’ displays details about he remote.
  • ‘branch’ shows a list of all your branches.
  • ‘push’ updates the remote branch with any new commits you made locally.
  • ‘branch -vv’ lists all branches along with their remote tracking branches (if any).