cheatsheets & projects

This commit is contained in:
Debucquoy Anthony 2023-05-26 10:59:13 +02:00
parent 03b9ac3cd0
commit 432a165fdb
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
2 changed files with 9 additions and 0 deletions

4
cheatsheets/git.md Normal file
View File

@ -0,0 +1,4 @@
# Cheat sheets for git
- `git fetch -p`: prune all remote branch that are not trackable anymore
- `git branch --merged master` list all branch that are merged (should certainly be deleted)

View File

@ -25,3 +25,8 @@ Here I will list my current idea of projects and a brief description of what the
- [ ] Clicker general
- [ ] MMORPG
- [ ] Hack linkito
- [ ] Real random lipsum
- Find a way to generate text depending on a seed similar to lipsum but fully configurable
- [ ] Livestream game on kick
- [ ] Planner for totjo
- [ ] General archive handler (zip, tar, ...)