git status -> git st git commit -> git ci • Edit /Users/username/.gitconfig [alias] co = checkout ci = commit st = status br = branch lg = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
Pro Git, Scott Chacon — progit.org • Pro Git 中⽂文版 — iissnan.com/progit/ • Talks • Introduction to Git with Scott Chacon of GitHub (YouTube) • More materials • git-scm.com/doc/ext