Some "projects" are so small they aren't worth a full sized Git repository. Therefore I prefer to maintain them
using Gists. These don't support all usual features but still can be perfectly handled utilizing Git. For
simplicity's sake I tend to use silent commits and reverts
for my flat repositories
.
editor ~/.gitconfig
[alias]
silentcommit = commit --allow-empty-message -m ''
silentrevert = revert --no-commit
- UN*X setup: my basic UN*X setup files
- Klipper.config: my Klipper settings
- JavaScript fuck ups: random JavaScripts of mine
This is just a list of nice projects not hosted on GitHub.
- sispmctl: for USB-controlled power-outlet devices
- OpenOCD: provides JTAG/SWD access to ARM and MIPS processors
Fork! Fork it! Fork you! Fork me, right?