September of 2023
Computer Science⚑
GNULinux⚑
Git⚑
-
New: Add patch realted commands.
To create a patch of the current unstaged changes:
git diff > patch.diffTo apply a patch:
git apply patch.diffOr if you have it in your clipboard, just run
git applyand paste it.
sqlite⚑
-
New: Add basic commands.
.help- show help.quit- quit.tables- show tables.schema- show schema of table