計算機科学のブログ

ほしい物リスト

Git - GitHub - Collaborating with Git - Part Ⅱ: Go, Team Go! - subcommands

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

cloneIs another way to initialize a Git repository
remoteDisplays details about the remote
branchShows a list of all your branches
pushUpdates the remote branch with any new commits you made locally
branch -vvLists all branches along with their remote tracking branches (if any)