Wenxuan Zhang
7c1d3b859e
feat: add gco to checkout a commit
2021-04-07 17:23:00 +08:00
Wenxuan Zhang
6529356615
docs: add a link to #147
2021-04-01 09:40:18 +08:00
Wenxuan Zhang
e45eff4904
docs: fix contributors badge
2021-03-29 12:15:58 +08:00
Ariel Davidov
69d6639220
feat: add fixup function ( #146 )
...
* Add fixup function
Signed-off-by: Ariel Davidov <arik.davidov@gmail.com>
* refactor: more accurate editor
* refactor: support to fixup the first commit
Co-authored-by: Wenxuan Zhang <wenxuangm@gmail.com>
2021-03-29 12:08:38 +08:00
rlanore
416ac0308f
fix: fix reset parameter in FORGIT_LOG_FORMAT default value ( #145 )
...
* Fix reset color int FORGIT_LOG_FORMAT default value
* Fix FORGIT_LOG_FORMAT default doc
2021-03-25 20:55:46 +08:00
rlanore
8538c052bf
feat: support custom git log format ( #143 )
...
* Add option to git log format tunnable
* Add FORGIT_LOG_FORMAT doc
* Fix shellchecks
* rename options misc
Co-authored-by: Wenxuan Zhang <wenxuangm@gmail.com>
2021-03-25 11:15:18 +08:00
Wenxuan
c57c9f9172
Merge pull request #137 from wfxr/dev
...
Add license content as `mit-license.org` suggested.
2021-03-05 11:08:25 +08:00
Wenxuan Zhang
9a8ae69529
docs: add bedges
2021-03-01 11:44:37 +08:00
Abheyogy
06f5abb8e5
Update README.md
...
Adds installation option for zinit.
2021-02-26 15:05:28 +05:30
Chris Apple
7b18caa340
Fish checkout branch - updated internal function names to checkout::file and checkout::branch ( #134 )
...
* Initial commit, gcb working and function names fixed
* Fixing indentation
2021-02-18 11:51:54 +08:00
Yiannis
4cd46818a5
feat: add gcb to switch branches in a repo ( #131 #26 #101 )
...
I added `gcb` which is used to list all the branches and checkout into
one of your choice. I believe this is a useful functionality especially
when a repo has too many branches to rememmber and lookup.
The preview shows the log graph from the selected branch.
I have removed keybinding for copy commit hash on gcb alias
Signed-off-by: b10n1k <jbonatakis@gmail.com>
2021-02-07 18:21:51 +08:00
Tassiano Alencar
e57310a8c6
Fix readme installation on fisher
2021-01-06 08:55:55 -03:00
Wenxuan Zhang
dde028120e
docs: prefer delta to diff-so-fancy
2020-11-25 10:23:42 +08:00
Wenxuan Zhang
074059454d
docs: add grb docs
2020-11-03 15:49:55 +08:00
Wenxuan Zhang
50495dc421
docs: update fish shorten url etc ( #116 )
2020-10-14 12:33:00 +08:00
AoHiyuki
56f5aaafbc
feat: add fisher support for fish
...
Fix typo in function name and add some function descriptions
Update fish ci job
Update README
Update README for fish manual installation, revert shortlink
Merge all the files back to 1 like before
refactor: use symbol link
docs: simplify changes
2020-10-13 11:04:47 +08:00
Wenxuan Zhang
7235949cdf
refactor: FORGIT_IGNORE_PAGER etc. ( #112 )
2020-09-11 16:55:35 +08:00
mirsella
d8d530ec50
feat: add FORGIT_IGNORE_PAGER option ( #112 )
...
* added FORGIT_BAT_OPTION to add optional options to bat
* fixed arguments
* removed curly brace in for fish
* BAT_OPTION to BAT_OPTS
* BAT_OPTION to BAT_OPTS in readme
* changed BAT_OPTS TO BAT_PAGER which is directly the command used to output
* update readme for FORGIT_IGNORE_PAGER
2020-09-11 16:33:55 +08:00
Jia Sui
3166756079
feat: add cherry-pick support ( #106 )
...
* Add cherry-pick support
* Fix shellcheck warnings
2020-08-27 11:02:43 +08:00
Kalle Jillheden
e0573975ef
feat: configurable pager
...
Former-commit-id: c91135251b74851241e453b460150c6bdf20170f
2020-08-21 16:03:32 +08:00
Wenxuan Zhang
e69def2cbe
ci: add shellcheck
...
Former-commit-id: 5698137887
2020-08-11 17:53:40 +08:00
Wenxuan Zhang
b37ebeda9c
doc: add ci badge
...
Former-commit-id: a3736afb3c
2020-08-11 17:42:56 +08:00
Wenxuan Zhang
cac5976435
docs: misc
...
Former-commit-id: 57224696a9
2020-08-05 11:45:55 +08:00
Wenxuan Zhang
6dfd086244
docs: add descriptions. close #102
...
Former-commit-id: 64c93ae585
2020-08-05 11:12:27 +08:00
Christopher Apple
5d01219302
added toggle mark move down to README
...
Former-commit-id: 74f10f3eed
2020-07-02 08:39:23 -07:00
Wenxuan Zhang
77315d8dfc
docs: shorten url
...
Former-commit-id: d0506a0f1c
2020-06-15 16:19:43 +08:00
Esse Woods
26e43e9778
The bug in fish <3.1 is resolved
...
The bug in 3.1 was solved by https://github.com/fish-shell/fish-shell/issues/6955
Resolves #87
Former-commit-id: 2782b0f2e6
2020-06-06 23:06:01 +02:00
Wenxuan
440b69f4cc
docs: add badge.
...
Former-commit-id: 9faef0c523
2020-05-12 19:47:49 +08:00
Wenxuan Zhang
2ee4b30ad6
docs: improve README
...
Former-commit-id: e346cb1980
2020-05-11 14:40:06 +08:00
Christopher Apple
62ae7cde14
added glo slice to fish, warning about fish 3.1
...
Former-commit-id: b4f0efdeca
2020-04-20 15:44:02 -07:00
Wenxuan Zhang
9f0c261680
feat: support commit ref parameters for glo. #85
...
Former-commit-id: bd67dcbddd
2020-04-17 12:29:39 +08:00
Wenxuan Zhang
d8ef14ba3d
docs: add description for FORGIT_LOG_GRAPH_ENABLE
...
Former-commit-id: 4cc211bd34
2020-03-29 16:28:24 +08:00
Wenxuan Zhang
db376fef25
docs: ✏️ Add badges
...
Former-commit-id: 1aa0214d40
2019-11-25 20:09:50 +08:00
Wenxuan Zhang
6290dce29a
docs: ✏️ Add an example for 'FORGIT_CMD_FZF_OPTS'
...
Former-commit-id: 8e1c0958bf
2019-11-25 15:02:52 +08:00
Wenxuan Zhang
0e22f81aa3
docs: ✏️ Add link for 'delta' pager
...
Former-commit-id: 11bfafbc93
2019-11-11 18:13:49 +08:00
Christopher Apple
db619daa6e
Fixed readme and added fzf check to zsh to be the same as fish version
...
Former-commit-id: 4ab5a2daae
2019-11-05 08:54:29 -07:00
Wemyss
c07a892b6a
Update README.md
...
Former-commit-id: 63491979b0
2019-10-30 11:50:23 +11:00
Wenxuan Zhang
c917df6296
docs: ✏️ Misc
...
Former-commit-id: ed6902dd5a
2019-10-11 12:03:03 +08:00
Wenxuan Zhang
937bf02588
docs: ✏️ Misc
...
Former-commit-id: 0cdc0e5447
2019-08-06 15:47:42 +08:00
Wenxuan Zhang
bb6fbab6fa
docs: ✏️ Add improved gd usage
...
Former-commit-id: 9f2d47e729
2019-08-03 12:22:56 +08:00
Timothée Mazzucotelli
98bc134b86
docs: Fix typo
...
Former-commit-id: 6976ddb978
2019-07-24 15:19:17 +02:00
Wenxuan Zhang
895934bb30
docs: ✏️ Misc
...
Former-commit-id: afa1301d5f
2019-07-24 18:24:04 +08:00
Wenxuan Zhang
8a920d0b4f
docs: ✏️ Misc
...
Former-commit-id: fc2e4e8698
2019-07-11 11:10:49 +08:00
Nattaphoom Chaipreecha
b2fbca2275
Add grh command for git reset HEAD (unstage)
...
Former-commit-id: 0b52a28ab0
2019-07-05 23:06:46 +07:00
Wenxuan Zhang
c193f18285
docs: ✏️ Update README
...
Former-commit-id: 288e722d97
2019-05-29 19:26:22 +08:00
Wenxuan Zhang
6e7903a1a6
docs: ✏️ Update README
...
Former-commit-id: ca61c92e9d
2019-05-29 18:56:56 +08:00
Doron Behar
e15849c990
Add documentation and align it with actual functionality
...
Former-commit-id: 827d1e56a3
2019-05-29 09:32:17 +03:00
Wenxuan
c54eae42ce
docs: ✏️ Update README
...
Former-commit-id: 439029b47b
2019-05-23 23:40:30 +08:00
Wenxuan
cf9a37aed7
Update keybinds table.
...
Former-commit-id: 28d55baf67
2019-01-22 11:58:47 +08:00
Wenxuan
ff58ec2900
Clean up.
...
Former-commit-id: ee79b779fd
2019-01-22 11:25:38 +08:00