1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-10 09:54:08 +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
- Use `bash` styling for all git commands:
```bash
$ git commit -m "Message"
```
```bash
$ git commit -m "Message"
```