Git - Making your life Easier with Git: Pro Tips - commit message, feat, chore, docs, fix
Head First Git: A Learner’s Guide to Understanding Git from the Inside Out、 Raju Gandhi(著)、 O’Reilly Mediaの Chapter 8.(Making your life Easier with Git: #Pro Tips)、Code Magnets(633/680)の解答を求めてみる。
feat | introduce a chat feature |
feat | allow users to add multiple email addresses to profiles |
chore | updae .gitigoner file to exclude Windows DAT files |
fix | correct question count in quz counter |
fix | redo label alignment after logging out |