| Misc tools to make development more efficient: https://github.com/shuber/owners - Take ownership of your code!
Knowing who owns a project or section of a code base is very helpful when asking questions or requesting feedback. This gem allows developers to define OWNERS files throughout their repository to provide a human and machine readable way to determine who the maintainers are for specific files of code. https://github.com/shuber/monolith - Generate a monolithic repository for a set of git repositories! https://github.com/shuber/tmux-git - Display git information in your TMUX status lines!
Plays real nicely with vim-promiscuous. https://github.com/shuber/vim-promiscuous - Instant context switching built on git and vim sessions!
It basically takes a snapshot of the following and let's you rollback to previous states: - All of your vim tabs, buffers, splits, and folds along with their sizes and positions - The location of your cursor for each buffer - The actively selected tab/buffer - Your undo history (each branch's undo history is saved separately) - Your git stage with all tracked/untracked files and staged/unstaged hunks |