File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ All the hidden and not hidden features of Git and GitHub. This cheat sheet was i
28
28
- [ Git Query] ( #git-query )
29
29
- [ Merged Branches] ( #merged-branches )
30
30
- [ Quick Licensing] ( #quick-licensing )
31
- - [ TODO Lists] ( #todo -lists )
31
+ - [ Task Lists] ( #task -lists )
32
32
- [ Relative Links] ( #relative-links )
33
33
- [ .gitconfig Recommendations] ( #gitconfig-recommendations )
34
34
- [ Aliases] ( #aliases )
@@ -420,7 +420,7 @@ Also works for `.gitignore`.
420
420
421
421
[ * Read more about open source licensing.* ] ( https://help.github.com/articles/open-source-licensing )
422
422
423
- ## TODO Lists
423
+ ## Task Lists
424
424
425
425
In Issues and Pull requests check boxes can be added with the following syntax (notice the space):
426
426
```
@@ -429,7 +429,7 @@ In Issues and Pull requests check boxes can be added with the following syntax (
429
429
- [ ] Sleep
430
430
```
431
431
432
- ![ TODO List] ( http://i.imgur.com/k2qZi56.png )
432
+ ![ Task List] ( http://i.imgur.com/k2qZi56.png )
433
433
434
434
When they are clicked, they will be updated in the pure Markdown:
435
435
You can’t perform that action at this time.
0 commit comments