Git - Making your life Easier with Git: Pro Tips - comment, feat, chore, 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(666/715)の解答を求めてみる。
| feat | allow users to add multiple email addresses to profiles |
| feat | introduce a chat feature |
| chore | update .gitignore file to exclude Windows Dat files |
| fix | correct question count in quiz counter |
| fix | redo label alignment after logging out |