mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Move [#ticket_number state:commited] to the end of the commit message
This commit is contained in:
@@ -323,10 +323,10 @@ h4. Commit Your Changes
|
||||
When you're happy with the code on your computer, you need to commit the changes to git:
|
||||
|
||||
<shell>
|
||||
$ git commit -a -m "[#ticket_number state:committed] Here is a commit message"
|
||||
$ git commit -a -m "Here is a commit message [#ticket_number state:committed]"
|
||||
</shell>
|
||||
|
||||
NOTE: By adding '[#ticket_number state:committed]' on your commit message, the ticket will automatically change its status to commited once your patch is pushed to the repository.
|
||||
NOTE: By adding '[#ticket_number state:committed]' at the end of your commit message, the ticket will automatically change its status to commited once your patch is pushed to the repository.
|
||||
|
||||
h4. Update master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user