1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-11 18:34:00 +02:00

Update README.md

As this only works on the master branch this should be made clear.
This commit is contained in:
Daniel W. Crompton
2014-04-14 00:06:25 +02:00
parent 8f6c71957c
commit def073ea84

View File

@@ -115,7 +115,7 @@ To see all of the shortcuts for the current page press `?`.
## Closing Issues with Commits
If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed` or `close/closes/closed`, followed by the issue number, will close the issue.
If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed` or `close/closes/closed`, followed by the issue number, will close the issue once it is commited to the master branch.
```bash
$ git commit -m "Fix cock up, fixes #12"