mirror of
https://github.com/jbranchaud/til
synced 2026-01-13 20:18:03 +00:00
18 lines
388 B
Markdown
18 lines
388 B
Markdown
# TIL
|
|
|
|
> Today I Learned
|
|
|
|
I shamelessly stole this idea from
|
|
[thoughtbot/til](https://github.com/thoughtbot/til).
|
|
|
|
## git
|
|
|
|
- [Intent To Add](git/intent-to-add.md)
|
|
- [Staging Changes Within Vim](git/staging-changes-within-vim.md)
|
|
- [Verbose Commit Message](git/verbose-commit-message.md)
|
|
|
|
## ruby
|
|
|
|
- [Limit Split](ruby/limit-split.md)
|
|
- [Summing Collections](ruby/summing-collections.md)
|