From 432a165fdb060f79284cda702e56209fe4a77973 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Fri, 26 May 2023 10:59:13 +0200 Subject: [PATCH] cheatsheets & projects --- cheatsheets/git.md | 4 ++++ projects.md | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 cheatsheets/git.md diff --git a/cheatsheets/git.md b/cheatsheets/git.md new file mode 100644 index 0000000..650d286 --- /dev/null +++ b/cheatsheets/git.md @@ -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) diff --git a/projects.md b/projects.md index 608dd80..b8191af 100644 --- a/projects.md +++ b/projects.md @@ -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, ...)