Indrajit Raychaudhuri
d80e393f78
general: Reformat documentation with better formatting and wording
...
General purpose reformating and rewording in (a few places). This should
also make markdown linting happier.
Prefer back-ticks wherever useful and use `console` for code blocks to
be executed on terminal.
Also, update references links wherever possible (including update from
'http://' to 'https://').
4 years ago
Indrajit Raychaudhuri
8003d0c6d8
git: Autoload helper functions for 'run-help'
...
Now that, prezto is configured to lookup more specific 'run-help'
function, autoload the known one for git.
4 years ago
Zhiming Wang
a132c1007a
git-info: use tab as separator for splitting ahead_and_behind ( #902 )
...
The current implementation is not tamper-proof against a modified IFS. See discussion in https://github.com/sorin-ionescu/prezto/pull/902 for details.
4 years ago
hidekuro
20a78c04e5
Remove `--all` from git alias `glg` ( #1853 )
4 years ago
Diego Rabatone Oliveira
649c0e4561
[git] Add git pull autostash alias
...
Adds the gfma and gfra aliases with the `--autostash` flag.
5 years ago
Diego Rabatone Oliveira
0e6429da97
Remove duplicated information from git module README ( #1657 )
6 years ago
Kaleb Elwert
eee3c9c166
git: add documentation for new aliases
6 years ago
Bruno Oliveira da Silva
39e1a63349
Aliases to digital sign/verify commits and tags ( #651 )
6 years ago
Yutian Li
dd7a26e219
[git] Also check "commondir" when looking for a stash ( #1620 )
6 years ago
Jeff Widman
3d911cd511
Document `gpf` vs `gpF`
...
Document the difference between `gpf` and `gpF`. These were changed in https://github.com/sorin-ionescu/prezto/pull/1040 / ddfc870f9a
, but never documented.
7 years ago
François VANTOMME
1b441e7654
Feat (git): add an alias displaying the commits yet to be applied to upstream ( #1565 )
7 years ago
Diego Rabatone Oliveira
b3c27bb164
Replace git with 'command git' ( #1551 )
...
to improve performance if git is aliased to hub or other wrappers.
7 years ago
Philipp A
580ddc44f3
Add another shadow to the git aliases
...
Originally submitted in https://github.com/sorin-ionescu/prezto/pull/979
7 years ago
Rick Jones
4325f74f9d
git: add tag aliases
...
Originally submitted in https://github.com/sorin-ionescu/prezto/pull/1094
7 years ago
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
7 years ago
Indrajit Raychaudhuri
a60499f933
[general] Miscellaneous cleanup and formatting
7 years ago
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
7 years ago
Indrajit Raychaudhuri
c1a8fc0469
Cleanup spurious whitespace
7 years ago
Zhiming Wang
d25b251ef7
git: Add revert to special action contexts
...
revert is very similar to cherry-pick and has a sequence variant.
7 years ago
Khai Do
ebae698f70
change alias to gfcr
7 years ago
Khai Do
d69070268a
add alias for cloning a repo including all submodules
7 years ago
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
7 years ago
Kaleb Elwert
7d5beeab51
Add comments into each of the function files to make them easier to find
7 years ago
Ihab Soliman
a75c63768c
Add git aliases for signing commits ( #1126 )
8 years ago
Kaleb Elwert
46a1ffaf7e
Add gbr and gbR aliases to module readme
8 years ago
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
8 years ago
Sudarshan Wadkar
f15557159a
New `alias gfa=git fetch --all` for git module
...
Also includes an updated README.md !
8 years ago
François Vantomme
fb6f3f7ee9
Feat (aliases): add aliases for git flow
8 years ago
Eduardo San Martin Morote
c0049855c5
Added option to skip git aliases definition
...
Fixes #947
8 years ago
Justin Filip
ddfc870f9a
Use less destructive git push --force-with-lease.
8 years ago
Wojciech Pietrzak
65b05c0220
Add notice about potential shadowing of the gb command ( #1124 )
8 years ago
Zhiming Wang
12d48dfcf9
Remove extra use of grep in git-hub-shorten-url ( #904 )
8 years ago
Sorin Ionescu
d43bcb9720
Revert "Remove extra git-dir call in git-info and use git_dir variable instead"
...
This reverts commit 3012c0984b
.
10 years ago
Yegor Pomortsev
3012c0984b
Remove extra git-dir call in git-info and use git_dir variable instead
10 years ago
Milan Milanov
17a6124b43
Fix git log pretty format argument
10 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Johannes Doerfert
fedad8e9cf
Fix git-info added/deleted count formatting typo
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
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.
12 years ago
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.
12 years ago
Sorin Ionescu
db384b2ac6
Remove ununsed variable
12 years ago
Sorin Ionescu
7845c36951
Clarify Git listing aliases descriptions
12 years ago
Sorin Ionescu
75c0d49f56
Swap aliases gsd and gsL
12 years ago
Sorin Ionescu
d4e78d427a
Rename alias gRc to gRp
12 years ago
Sorin Ionescu
e836957e4f
[ Fix #221 ] Add a simple git-info
12 years ago
Sorin Ionescu
5306bab7ce
[ #221 ] Do not format undefined zstyles
12 years ago
Sorin Ionescu
f3ae9dd82c
Initialize ahead and behind local variables
12 years ago
Sorin Ionescu
05a6653284
Sort Git conflict aliases
12 years ago
Scott Stevenson
f86854ebd4
Correct typos in git module README
12 years ago
Scott Stevenson
16a8e45cfa
Wrap errant long line in git module README
12 years ago
Sorin Ionescu
14da495193
[ Fix #349 ] Display diff when committing
12 years ago