mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
Fix "gim" typo (#331)
This commit is contained in:
parent
65bd59262f
commit
5f1db99e49
@ -248,7 +248,7 @@ A patch can be viewed and even edited by the recipient and applied using `git am
|
|||||||
|
|
||||||
For example, to create a patch based on the previous commit you would run `git format-patch HEAD^` which would create a .patch file called something like 0001-My-Commit-Message.patch.
|
For example, to create a patch based on the previous commit you would run `git format-patch HEAD^` which would create a .patch file called something like 0001-My-Commit-Message.patch.
|
||||||
|
|
||||||
To apply this patch file to your repository you would run `gim am ./0001-My-Commit-Message.patch`.
|
To apply this patch file to your repository you would run `git am ./0001-My-Commit-Message.patch`.
|
||||||
|
|
||||||
Patches can also be sent via email using the `git send-email` command. For information on usage and configuration see: https://git-send-email.io
|
Patches can also be sent via email using the `git send-email` command. For information on usage and configuration see: https://git-send-email.io
|
||||||
|
|
||||||
|
@ -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`.
|
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
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user