File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
2828- [ Git Query] ( #git-query )
2929- [ Merged Branches] ( #merged-branches )
3030- [ Quick Licensing] ( #quick-licensing )
31- - [ TODO Lists] ( #todo -lists )
31+ - [ Task Lists] ( #task -lists )
3232- [ Relative Links] ( #relative-links )
3333- [ .gitconfig Recommendations] ( #gitconfig-recommendations )
3434 - [ Aliases] ( #aliases )
@@ -420,7 +420,7 @@ Also works for `.gitignore`.
420420
421421[ * Read more about open source licensing.* ] ( https://help.github.com/articles/open-source-licensing )
422422
423- ## TODO Lists
423+ ## Task Lists
424424
425425In Issues and Pull requests check boxes can be added with the following syntax (notice the space):
426426```
@@ -429,7 +429,7 @@ In Issues and Pull requests check boxes can be added with the following syntax (
429429- [ ] Sleep
430430```
431431
432- ![ TODO List] ( http://i.imgur.com/k2qZi56.png )
432+ ![ Task List] ( http://i.imgur.com/k2qZi56.png )
433433
434434When they are clicked, they will be updated in the pure Markdown:
435435
You can’t perform that action at this time.
0 commit comments