mirror of
https://github.com/jbranchaud/til
synced 2026-01-10 10:38:01 +00:00
Adjust some formatting and content in the README.
This commit is contained in:
19
README.md
19
README.md
@@ -2,28 +2,30 @@
|
|||||||
|
|
||||||
> Today I Learned
|
> Today I Learned
|
||||||
|
|
||||||
I shamelessly stole this idea from
|
A collection of concise write-ups on small things I learn everyday across a
|
||||||
[thoughtbot/til](https://github.com/thoughtbot/til).
|
variety of languages and technologies. These are things that don't really
|
||||||
|
warrant a full blog post. These are mostly things I learn by pairing with
|
||||||
|
smart people at [Hashrocket](http://hashrocket.com/).
|
||||||
|
|
||||||
## git
|
### git
|
||||||
|
|
||||||
- [Intent To Add](git/intent-to-add.md)
|
- [Intent To Add](git/intent-to-add.md)
|
||||||
- [Staging Changes Within Vim](git/staging-changes-within-vim.md)
|
- [Staging Changes Within Vim](git/staging-changes-within-vim.md)
|
||||||
- [Stashing Untracked Files](git/stashing-untracked-files.md)
|
- [Stashing Untracked Files](git/stashing-untracked-files.md)
|
||||||
- [Verbose Commit Message](git/verbose-commit-message.md)
|
- [Verbose Commit Message](git/verbose-commit-message.md)
|
||||||
|
|
||||||
## rails
|
### rails
|
||||||
|
|
||||||
- [Attribute Was](rails/attribute-was.md)
|
- [Attribute Was](rails/attribute-was.md)
|
||||||
- [Show Pending Migrations](rails/show-pending-migrations.md)
|
- [Show Pending Migrations](rails/show-pending-migrations.md)
|
||||||
|
|
||||||
## ruby
|
### ruby
|
||||||
|
|
||||||
- [Limit Split](ruby/limit-split.md)
|
- [Limit Split](ruby/limit-split.md)
|
||||||
- [Parallel Bundle Install](ruby/parallel-bundle-install.md)
|
- [Parallel Bundle Install](ruby/parallel-bundle-install.md)
|
||||||
- [Summing Collections](ruby/summing-collections.md)
|
- [Summing Collections](ruby/summing-collections.md)
|
||||||
|
|
||||||
## vim
|
### vim
|
||||||
|
|
||||||
- [Generate and Edit Rails Migration](vim/generate-and-edit-rails-migration.md)
|
- [Generate and Edit Rails Migration](vim/generate-and-edit-rails-migration.md)
|
||||||
- [Head of File Name](vim/head-of-file-name.md)
|
- [Head of File Name](vim/head-of-file-name.md)
|
||||||
@@ -32,6 +34,11 @@ I shamelessly stole this idea from
|
|||||||
- [Quick Man Pages](vim/quick-man-pages.md)
|
- [Quick Man Pages](vim/quick-man-pages.md)
|
||||||
- [Split Different](vim/split-different.md)
|
- [Split Different](vim/split-different.md)
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
I shamelessly stole this idea from
|
||||||
|
[thoughtbot/til](https://github.com/thoughtbot/til).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
© 2015 Josh Branchaud
|
© 2015 Josh Branchaud
|
||||||
|
|||||||
Reference in New Issue
Block a user