mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-05-25 19:27:44 +03:00
on commit messages
parent
233ae429ed
commit
da2e299696
6
FAQ.md
6
FAQ.md
@ -57,11 +57,11 @@ Now you can make your changes. Once you've finished that, you will then have to
|
||||
staged for committing. Once added, we can create a commit message, and push it to your fork repository.
|
||||
|
||||
``` bash
|
||||
$ git add newfile.txt # Add any new files
|
||||
$ git commit -m "Fixed not having a file.txt in the project"
|
||||
$ git add host_test.go # Add any new files
|
||||
$ git commit -m "sshchat: Added host tests."
|
||||
```
|
||||
|
||||
Try to keep commit messages [similar to the style the project already uses](https://github.com/shazow/ssh-chat/commits/master).
|
||||
Try to keep commit messages [similar to the style the project already uses](https://github.com/shazow/ssh-chat/commits/master). Generally we prefix commit titles with the package name or topic of the change to make it easy to convert commit messages into change logs.
|
||||
|
||||
Now the changes are ready to be pushed. Currently, Git doesn't know where to push these changes, since
|
||||
we're on a different branch. We need to set a remote that we can push these changes to.
|
||||
|
Loading…
x
Reference in New Issue
Block a user