Nathan Broadbent
47a0b6c724
Add git whatchanged alias (gwc), thanks tjlevine ( #196 )
2016-05-14 22:31:55 +07:00
Nathan Broadbent
9f850c0dd0
Merge pull request #191 from aswin/master
...
Change gd to be 'git diff' without the two dashes. Add a new alias gd…
2016-05-14 22:29:18 +07:00
shinriyo
39609d3427
gtop shortcut
...
gtop shortcut
2016-03-16 18:10:30 +09:00
Aswinkumar Rajendiran
8086742768
Change gd to be 'git diff' without the two dashes. Add a new alias gdf for 'git diff --'
2015-10-14 18:09:28 -07:00
Jean Blanchard
349896b0cf
Make ls aliases optional
2015-03-06 09:41:31 +00:00
Nathan Broadbent
2194bb1fae
gcob => gcb (alias for git checkout -b)
2014-12-17 10:55:35 +06:00
Nathan Broadbent
fef74e26a5
Added alias for git pull-request (hub)
2014-12-17 10:52:48 +06:00
Nathan Broadbent
878d81a4bd
Fix git checkout,diff,reset,rm in deleted directories, if pwd is in git dir
2013-10-22 23:24:54 -07:00
Nathan Broadbent
dc8f8f1fdc
Merge pull request #118 from AzizLight/pretty-git-log-all
...
Add an alias to show a git log with all the branches and remotes
2013-10-22 22:15:19 -07:00
Nathan Broadbent
ede87288e5
Merge pull request #115 from AzizLight/git-commit-verbose
...
Add an alias to `git commit --verbose`
2013-10-22 22:14:53 -07:00
Aziz Light
8d04265578
Add an alias to show a git log with all the branches and remotes
2013-10-20 17:34:27 +02:00
Aziz Light
e8d2a23aa1
Add an example alias for git_commit_verbose_alias to git.scmbrc.example
2013-10-19 15:17:52 +02:00
Denny Schäfer
91b48718d1
Addd gmnff gmff alias for git merge --no-ff and --ff
2013-09-19 09:50:39 +02:00
Nathan Broadbent
e8c79f955c
Added git stash pop alias (gashp)
2013-08-29 12:04:26 -07:00
Nathan Broadbent
9d5efbb7c5
Added gau alias for git add -u
2013-08-16 00:34:15 -07:00
Nathan Broadbent
2541ef9817
Merge pull request #95 from cliffrowley/master
...
Add git difftool (default alias "gdt")
2013-07-15 20:01:57 -07:00
Nathan Broadbent
0ce8618d90
Added 'git_reset_last_commit' (grsl) alias, useful for undoing a temporary commit
2013-07-04 13:10:12 +12:00
Cliff Rowley
65e62a883b
Add git difftool (default alias "gdt")
2013-07-02 16:00:54 +01:00
Abhishek Das
07518479a8
Adds git stash aliases
2013-07-01 18:19:03 +05:30
Nathan Broadbent
d1a9df3844
Added keyboard shortcut to append [ ci skip ] to commit message when committing all files
2013-01-30 11:05:59 +13:00
Nathan Broadbent
63f9fe00d7
Added gbD alias for 'git branch -D', and made gbd do a 'safe' delete with -d
2013-01-30 10:25:13 +13:00
Andy Zhang
8ba76f1cbf
Add "gdw" for git diff --word-diff
...
* Sometimes helpful to see changes inline
* Potential to tweak further with better regex (maybe detect similar char types so diff can be more granular)
2012-12-25 01:36:34 -08:00
Nathan Broadbent
42a5832916
Added 'git tag' alias (gt)
2012-12-10 23:17:54 +13:00
Nathan Broadbent
cd4fb8b079
Added git push -f alias
2012-12-04 13:40:47 +13:00
Nathan Broadbent
281131ef27
Added alias for git rebase -i
2012-10-20 17:31:23 +13:00
Nathan Broadbent
dc2d93453b
Remove ls from default wrapped commands
2012-09-11 21:39:47 +12:00
Nathan Broadbent
760ca4eab7
Added gsm alias for git show --summary - handy to view the last commit SHA and message, without the changes
2012-08-22 20:48:36 +12:00
Nathan Broadbent
5e8d512c97
Comment
2012-08-16 03:41:51 +12:00
Nathan Broadbent
f4f3337054
Make $scmb_wrapped_shell_commands configurable
2012-08-16 03:39:03 +12:00
Nathan Broadbent
792b117f7d
Added git branch -D alias
2012-08-16 02:58:09 +12:00
Nathan Broadbent
b978b1bd43
Fall back to normal git branch, if any unknown args given. Also add aliases for git branch -a and -m
2012-08-16 02:53:52 +12:00
Nathan Broadbent
9ef8a39409
Use shell_command_wrapping_enabled, since the work was done for Zsh compatibility
2012-08-16 00:36:22 +12:00
Nathan Broadbent
accbcc5957
git_expand_args => scmb_expand_args
2012-08-15 21:10:46 +12:00
Nathan Broadbent
5e7f49ec7d
Wrap everything in a git function so that zsh can expand any aliases for tab completion
2012-08-13 04:11:09 +12:00
Nathan Broadbent
bcce949f3c
Added git_augment_current_aliases option if you just want to wrap your
...
current git aliases, instead of overriding them all with new ones.
2012-08-13 02:53:06 +12:00
Nathan Broadbent
79a1132730
Merge pull request #43 from ghthor/master
...
Simplified git add -p alias
2012-08-12 06:34:45 -07:00
Nathan Broadbent
3a507fbd5a
#34 - Increased max changes before falling back to standard git status, from 99 to 150. Also added a explanation message that is shown after the regular git status.
2012-08-13 01:21:23 +12:00
Will Walthall
850be06559
Convert git_add_patch into a simple command
2012-08-12 09:18:02 -04:00
Nathan Broadbent
1d65509bbd
Fixed comment. Shortcuts ARE enabled by default.
2012-03-10 17:11:25 +08:00
Nathan Broadbent
5360a767f9
Added alias for 'git checkout -b'
2012-01-28 11:04:26 +08:00
Nathan Broadbent
e22ec216cb
Made dashed line lengths equal in example config [ci skip]
2012-01-22 00:52:51 +08:00
Nathan Broadbent
241654930e
Added bash command wrapping (expand git numbered args for common bash commands, such as cp, mv, rm, etc.). Also set kb shortcuts to true by default.
2012-01-22 00:40:56 +08:00
Nathan Broadbent
1ab0e75746
Added aliases for git_rebase_alias_continue and git_rebase_alias_abort
2012-01-18 17:32:38 +08:00
Nathan Broadbent
2b6e3a9af0
Revert cf8e3875, added aliases for git reset -- and --hard
2012-01-18 15:34:05 +08:00
Nathan Broadbent
a0f091b0f2
Use ~/code, and 'c' alias.
2012-01-15 12:45:45 +08:00
Nathan Broadbent
0c510f73ff
Added alias for git commit -C HEAD (useful at final step of merge conflict)
2012-01-06 16:25:47 +08:00
Nathan Broadbent
e5a1cef5e8
Added 'git clean' and 'git clean -fd' aliases for clearing untracked files. (gce, gcef)
2011-12-23 12:59:50 +08:00
Nathan Broadbent
504bc91fb8
Added git fetch --all alias
2011-12-23 10:58:27 +08:00
Will Walthall
456cedb082
Added an alias for 'git add -p'
2011-10-28 08:00:56 -04:00
Nathan Broadbent
63e5904cee
Added 'git_pull_then_push' alias
2011-10-20 08:35:02 +08:00