Compare commits
2 Commits
03b9ac3cd0
...
master
Author | SHA1 | Date | |
---|---|---|---|
f21a25c095
|
|||
432a165fdb
|
4
cheatsheets/git.md
Normal file
4
cheatsheets/git.md
Normal 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)
|
10
projects.md
10
projects.md
@ -25,3 +25,13 @@ 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, ...)
|
||||
- [ ] Image to Ascii
|
||||
- [ ] Cookie Cliker minecraft Plugin/Server
|
||||
- [ ] ctrl-alt-t common terminal
|
||||
- [ ] discord irc bridge in go
|
||||
- [ ] irc client android (simple, bubble support)
|
||||
|
Reference in New Issue
Block a user