1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-06-16 21:01:45 -03:00

Fix "gim" typo (#331)

This commit is contained in:
Jared Culp
2021-09-22 16:37:55 -04:00
committed by GitHub
parent 65bd59262f
commit 5f1db99e49
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ Các patch có thể được xem hoặc thậm chí thêm sửa bởi người
Ví dụ, để tạo patch dựa vào commit mới nhât, bạn chạy lệnh `git format-patch HEAD^`, lệnh sẽ tạo một tệp .patch với tên như: `0001-My-Commit-Message.patch`.
Để áp gắn tệp patch cho repository, bạn sẽ dùng lệnh `gim am ./0001-My-Commit-Message.patch`.
Để áp gắn tệp patch cho repository, bạn sẽ dùng lệnh `git am ./0001-My-Commit-Message.patch`.
Các patch còn có thể gửi qua email với lệnh `git send-email`. Để xem thêm thông tin về cách dùng hoặc cấu hình, xem: https://git-send-email.io