1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-09 10:08:01 +00:00
Files
til/README.md
2015-02-22 09:46:38 -06:00

32 lines
727 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)
## vim
- [Generate and Edit Rails Migration](vim/generate-and-edit-rails-migration.md)
- [Head of File Name](vim/head-of-file-name.md)
- [Preview Buffer](vim/previous-buffer.md)
- [Quick File Info](quick-file-info.md)
## License
© 2015 Josh Branchaud
This repository is licensed under the MIT license. See `LICENSE` for
details.