Indrajit Raychaudhuri
043d09bbfe
[git] Support short-code and improve completion in 'git-hub-shorten-url'
...
Changes:
- Add optional short-code support
- Improve completion for github.com URL (`http(s)://*.github.com` only)
- Return with non-zero exit code appropriately
2017-11-28 16:45:28 -08:00
Indrajit Raychaudhuri
a60499f933
[general] Miscellaneous cleanup and formatting
2017-08-04 13:45:56 -05:00
Indrajit Raychaudhuri
ac628c9059
[general] Switch code block formatting to use fence formatting
...
Changes:
* Indented code block doesn't support syntax highlighting, use fenced
formatting (```) instead for better syntax highlighting
* Wrap commands/functions in backticks
* Typo fixes
2017-07-22 13:11:29 -05:00
Indrajit Raychaudhuri
c1a8fc0469
Cleanup spurious whitespace
2017-07-13 16:41:33 -05:00
Zhiming Wang
d25b251ef7
git: Add revert to special action contexts
...
revert is very similar to cherry-pick and has a sequence variant.
2017-07-11 12:18:19 -07:00
Khai Do
ebae698f70
change alias to gfcr
2017-07-11 12:10:18 -07:00
Khai Do
d69070268a
add alias for cloning a repo including all submodules
2017-07-11 12:10:18 -07:00
Indrajit Raychaudhuri
e6136a517b
[git] Fix 'git-hub-shorten-url' helper
...
Changes:
- Use git.io over 'https'
- Add extra check to conform to *.github.com URLs
- Use built-in _urls function for completion
- Update readme with GitHub blog URL
2017-07-07 13:52:17 -07:00
Kaleb Elwert
7d5beeab51
Add comments into each of the function files to make them easier to find
2017-07-06 16:13:36 -07:00
Ihab Soliman
a75c63768c
Add git aliases for signing commits ( #1126 )
2017-06-19 01:40:44 -07:00
Kaleb Elwert
46a1ffaf7e
Add gbr and gbR aliases to module readme
2017-05-01 09:43:12 -07:00
Kyle Rich
3d7a8c2870
Add some new git aliases, modify a few more. ( #1301 )
...
* Add some new git aliases, modify a few more.
* Add `gbV` command to show more verbose git branch info.
* Add `gcam` to make it possible to execute `gca; gcm '<your message
here>'` more simply.
* Add `gii` command to temporarily untrack (ignore) a file.
* Add `giI` command to uningore a file.
* Change alias of `gbl` to `gbv`. Personally, I think aliases that
include a switch in the command should include the switch in the alias
if possible. This makes them easier to remember.
* Change alias of `gbL` to `gba`. I think the `-a` switch is more
salient to what this alias does than the `-v`. Furthermore, with this
PR there are already `gbv` and `gbV` aliases, so those are out.
* Change implementation of `gCl` alias to use built-in capabilities of
git, rather than sed.
* Rename gbx and gbX to gbd and gbD respectively
* Mostly revert alias changes
* Add gbr and gbR aliases to gbm and gbM commands
2017-05-01 09:41:17 -07:00
Sudarshan Wadkar
f15557159a
New alias gfa=git fetch --all
for git module
...
Also includes an updated README.md !
2017-04-18 02:44:01 -07:00
François Vantomme
fb6f3f7ee9
Feat (aliases): add aliases for git flow
2017-04-13 02:23:05 -07:00
Eduardo San Martin Morote
c0049855c5
Added option to skip git aliases definition
...
Fixes #947
2017-04-04 23:43:46 -07:00
Justin Filip
ddfc870f9a
Use less destructive git push --force-with-lease.
2017-04-04 22:06:57 -07:00
Wojciech Pietrzak
65b05c0220
Add notice about potential shadowing of the gb command ( #1124 )
2017-04-04 22:03:47 -07:00
Zhiming Wang
12d48dfcf9
Remove extra use of grep in git-hub-shorten-url ( #904 )
2017-04-04 21:36:28 -07:00
Sorin Ionescu
d43bcb9720
Revert "Remove extra git-dir call in git-info and use git_dir variable instead"
...
This reverts commit 3012c0984b
.
2014-12-08 18:21:00 -05:00
Yegor Pomortsev
3012c0984b
Remove extra git-dir call in git-info and use git_dir variable instead
2014-11-12 19:19:19 -05:00
Milan Milanov
17a6124b43
Fix git log pretty format argument
2014-10-18 16:32:49 +02:00
Sorin Ionescu
a84ac5b002
Only one newline at end of file
2014-10-09 23:38:15 -04:00
Johannes Doerfert
fedad8e9cf
Fix git-info added/deleted count formatting typo
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
2014-03-07 15:52:39 -05:00
Sorin Ionescu
39b88fe334
Remove the git-info SIGINT message
...
Users should read the Git module README on how to turn git-info on and
off.
2013-05-18 15:31:34 -04:00
Sorin Ionescu
a7623aad6b
[ Fix #307 ] Do not auto-off git-info
...
Instead of turning off git-info when CTRL+C is caught, show instructions
on how to turn it off manually.
2013-05-18 15:31:34 -04:00
Sorin Ionescu
db384b2ac6
Remove ununsed variable
2013-05-18 15:31:33 -04:00
Sorin Ionescu
7845c36951
Clarify Git listing aliases descriptions
2013-05-18 15:31:33 -04:00
Sorin Ionescu
75c0d49f56
Swap aliases gsd and gsL
2013-05-18 15:31:33 -04:00
Sorin Ionescu
d4e78d427a
Rename alias gRc to gRp
2013-05-18 15:31:32 -04:00
Sorin Ionescu
e836957e4f
[ Fix #221 ] Add a simple git-info
2013-05-18 15:31:32 -04:00
Sorin Ionescu
5306bab7ce
[ #221 ] Do not format undefined zstyles
2013-05-18 15:31:31 -04:00
Sorin Ionescu
f3ae9dd82c
Initialize ahead and behind local variables
2013-05-18 15:31:31 -04:00
Sorin Ionescu
05a6653284
Sort Git conflict aliases
2013-04-25 00:19:33 -04:00
Scott Stevenson
f86854ebd4
Correct typos in git module README
2013-04-24 22:53:53 -04:00
Scott Stevenson
16a8e45cfa
Wrap errant long line in git module README
2013-04-24 22:53:40 -04:00
Sorin Ionescu
14da495193
[ Fix #349 ] Display diff when committing
2013-01-12 11:28:33 -05:00
Sorin Ionescu
bb6b590919
[ Fix #360 ] Set alias giR to reset the index interactively
2013-01-12 11:25:06 -05:00
Sorin Ionescu
1d0b0e2e9b
[ Fix #357 ] Set alias gcO to check out hunks interactively
2013-01-03 13:13:46 -05:00
Sorin Ionescu
c737369083
Add an alias to ammend a git commit, including the message
2012-12-20 19:49:07 -05:00
omarriott
795495b864
Fix a typo in git documentation
2012-12-20 18:22:47 -05:00
Sorin Ionescu
bb597ae22d
Replace table captions with headings
...
GitHub does not support Markdown table captions.
2012-10-03 20:09:51 -04:00
Sorin Ionescu
cfc95cd5ee
[ Fix #244 ] Add Git special action styles
2012-10-02 14:23:01 -04:00
Sorin Ionescu
4f607bb470
Simplify git-log zstyle documentation
2012-10-02 14:16:58 -04:00
Sorin Ionescu
be300dbd80
[ Fix #96 ] Add documentation for git
2012-10-02 13:01:46 -04:00
Sorin Ionescu
3f4d5fac0c
Add zstyles for git-log formats
2012-10-02 13:01:46 -04:00
Sorin Ionescu
5b2dcb8844
Rename gk prefixed aliases to gC
2012-10-02 13:01:39 -04:00
Sorin Ionescu
4c116cb4d2
Rename git-info zstyle patterns
2012-10-02 12:47:37 -04:00
Sorin Ionescu
bd9327ca3f
Rename the Git status ignore submodules zstyle pattern
2012-10-01 22:46:51 -04:00
Sorin Ionescu
768c9d6ad3
Rename aliases gSu to gSI and gSU to gSu
2012-10-01 08:44:04 -04:00
Sorin Ionescu
0899dd4d38
Rename the alias gsc to gsX
2012-10-01 08:44:04 -04:00