mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Replace a dead link in README
Replace a dead link in the README about how to write good git commit messages with a link to the canonical article on the subject by Tim Pope (@tpope).
This commit is contained in:
parent
ef1c3a6fd8
commit
57b1593aa1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ tasks.
|
|||
* Push to your branch - `git push origin my_branch`
|
||||
* Create a Pull Request from your branch, include as much documentation
|
||||
as you can in the commit message/pull request, following these
|
||||
[guidelines on writing a good commit message](http://spheredev.org/wiki/Git_for_the_lazy#Writing_good_commit_messages)
|
||||
[guidelines on writing a good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
|
||||
* That's it!
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue