Skip to content

Commit 673b4a1

Browse files
committed
Quick Licensing
1 parent 7946cd2 commit 673b4a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ All the hidden and not hidden features of Git and GitHub. This cheat sheet was i
2626
- [Styled Git Log](https://github.com/tiimgreen/github-cheat-sheet#styled-git-log)
2727
- [Git Query](https://github.com/tiimgreen/github-cheat-sheet#git-query)
2828
- [Merged Branches](https://github.com/tiimgreen/github-cheat-sheet#merged-branches)
29+
- [Quick Licensing](https://github.com/tiimgreen/github-cheat-sheet#quick-licensing)
2930
- [.gitconfig Recommendations](https://github.com/tiimgreen/github-cheat-sheet#gitconfig-recommendations)
3031
- [Aliases](https://github.com/tiimgreen/github-cheat-sheet#aliases)
3132
- [Auto-correct](https://github.com/tiimgreen/github-cheat-sheet#auto-correct)
@@ -345,6 +346,16 @@ $ git branch --no-merged
345346

346347
Will give you a list of branches that have not been merged into your current branch.
347348

349+
## Quick Licensing
350+
351+
When creating a repo GitHub gives you the options of adding in a pre-made license:
352+
353+
![Licese](http://i.imgur.com/Chqj4Fg.png)
354+
355+
You can also add them to existing repos by creating a new file through the web interface. When the name `LICENSE` is typed in you will get an option to use a template:
356+
357+
![License](http://i.imgur.com/fTjQict.png)
358+
348359
## .gitconfig Recommendations
349360

350361
Your `.gitconfig` is the file that contains all your preferences.

0 commit comments

Comments
 (0)