1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-12 19:04:01 +02:00

Add example for git styling in CONTRIBUTING.md

This commit is contained in:
Tim Green
2014-04-13 21:10:35 +01:00
parent 1da81ceadb
commit a133383679

View File

@@ -22,6 +22,9 @@ Not:
``` ```
- Add examples wherever possible - Add examples wherever possible
- Use `bash` styling for all git commands: - Use `bash` styling for all git commands:
```bash
$ git commit -m "Message"
```
```bash ```bash
$ git commit -m "Message" $ git commit -m "Message"
``` ```