Git - GitHub - Collaborating with Git - Part Ⅱ: Go, Team Go! - subcommands
Head First Git: A Learner’s Guide to Understanding Git from the Inside Out、 Raju Gandhi(著)、 O’Reilly Mediaの Chapter 6.(Collaborating with Git - Part Ⅱ: Go, Team Go!)、WHO DOES WHAT?(485/715)の解答を求めてみる。
clone | Is another way to initialize a Git repository |
remote | Displays details about the 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) |