18 Commits

Author SHA1 Message Date
8b095ff102 plugins/git: Update aliases from OMZ 2023-10-08 20:04:14 +09:00
2a3bb9c722 plugins/git: Add alias gbsc='git branch --show-current' 2023-10-08 18:40:05 +09:00
8e785b1ba1 plugins/git: Add git worktree aliases (#455)
* feat: added git worktree aliases
* feat: updated alias
* feat: update to use common alias name

---------

Co-authored-by: rbevin777 <rbevin7@gmail.com>
2023-07-20 07:03:44 +09:00
bd7b301f64 feat(git.plugin): adding alias to open predefined difftool
Useful for visual side by side diff VIA external difftool. Here is an example for meld: https://stackoverflow.com/questions/2006032/view-differences-of-branches-with-meld
2023-05-13 23:39:40 -07:00
1fb516dfe2 plugins/git: Prefix "command" to git aliases 2023-04-05 10:52:30 +09:00
a35e10c498 feat(git.plugin): adding alias to remove a local branch 2023-02-26 06:31:13 -08:00
59f6ef145b global: Switch the function-declarations to avoid unexpected alias expansions 2023-02-10 00:38:56 +09:00
c3bcc5c6d2 refactor: Normalize shebang of scripts to source 2022-01-15 19:00:35 +09:00
3d2b35a3eb refactor: Replace invalid shebang lines 2022-01-15 15:46:11 +09:00
4db7436384 plugins/git: add git pull autostash aliases (#196) 2021-02-03 10:18:53 +07:00
682939454f plugins/git: Add git cherry-pick -s (#91)
Its useful for devs.
2020-02-17 13:59:11 +11:00
b69809da3f Fixed typo in link 2018-05-08 14:47:37 +02:00
ff3043ad1f Fixed typo in link 2018-05-08 14:46:48 +02:00
218a3e6659 Added README file for git plugin 2018-05-08 14:44:32 +02:00
ea1c9371e1 Added shebash line and fix some issues 2017-03-20 19:51:00 +07:00
fc9c567fec Fix history handler and git plugin 2017-03-19 17:13:00 +07:00
f300d599a8 Remove compdef function and added bash env to all plugins 2017-03-19 16:44:14 +07:00
adc673b02a Initial Oh My Bash framework 2017-03-19 15:40:25 +07:00