Skip to content

Commit 0e5b29d

Browse files
committed
2.8.0
1 parent a348045 commit 0e5b29d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
> Speed up your Git workflow. 🐠
44
5-
GitNow contains a command set that provides high-level operations on the top of [Git](https://git-scm.com/book/en/v2). A [Fish shell](https://fishshell.com/) alternative inspired by [git-friendly](https://github.com/jamiew/git-friendly).
5+
GitNow contains a command set that provides high-level operations on the top of [Git](https://git-scm.com/book/en/v2). <br>
6+
A [Fish shell](https://fishshell.com/) alternative inspired by [git-friendly](https://github.com/jamiew/git-friendly).
67

78
## Install
89

@@ -11,21 +12,20 @@ __Stable:__
1112
[Paket](https://github.com/joseluisq/paket)
1213

1314
```sh
14-
paket add joseluisq/gitnow@2.7.0
15+
paket add joseluisq/gitnow@2.8.0
1516
```
1617

1718
[Fisher](https://github.com/jorgebucaran/fisher)
1819

1920

2021
```sh
21-
fisher install joseluisq/gitnow@2.7.0
22+
fisher install joseluisq/gitnow@2.8.0
2223
```
2324

2425
[Fundle](https://github.com/danhper/fundle)
26+
2527
```sh
26-
fundle plugin joseluisq/gitnow --url 'git@github.com:joseluisq/gitnow.git#tags/2.7.0'
27-
# Note that version 2.7.0 doesn't support installation via Fundle.
28-
# Until a stable release that does comes out, you should use the "Latest changes" install below.
28+
fundle plugin joseluisq/gitnow --url 'git@github.com:joseluisq/gitnow.git#tags/2.8.0'
2929
```
3030

3131
__Latest changes:__

conf.d/gitnow_config.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitNow — Speed up your Git workflow. 🐠
22
# https://github.com/joseluisq/gitnow
33

4-
set -g gitnow_version 2.7.0
4+
set -g gitnow_version 2.8.0
55

66
if set -q __fish_config_dir
77
set -g fish_config "$__fish_config_dir"

0 commit comments

Comments
 (0)