HCMUT-FAS / website-traluanvan

Thesis management system
2 stars 0 forks source link

Cách viết commit có body #10

Open Achicken7301 opened 2 years ago

Achicken7301 commented 2 years ago

Bình thường viết sẽ git add những file mình cần commit xong sau đó viết một tiêu đề.

git add static/admin/file1.php file2.php file3.html
git commit -m "Add file1 file2 file3"

Để thêm thông tin commit như thế này thì ta cần code như sau: Đầu tiên ta cần chỉnh lại text-editor (nano, vim, emacs, notepad, vscode, sublime-text, atoms,...)

git config --global core.editor nano

Với nano là loại text-editor muốn sử dụng.

Sau đó git add các file cần thiết rồi nhập git commit thì nó hiện ra trông như thế này image

Rồi nhập 50 kí tự đầu là tiêu đề, CÁCH 1 DÒNG, nhập body. VD:

Đây là tiêu đề commit

Đây là body

Xong nhớ save lại thoát ra là xong. Khi sử dụng nano thì Ctrl + X > Y > enter Nguồn