Gitnow Versions Save

Speed up your Git workflow. :tropical_fish:

2.3.1

3 years ago

Improvements

  • 329cc770c254e3735da4e90d2d25caacacd1924e More consistent installation process. PR #11. Resolves #12

Bugfixes

  • f36406d7bb8b1955bc215e49199127bd03d6e86b It resolves issue #12 introduced by commit 49688794cbea72646ddd4c4cda4c2cde7249c9d0 on release 2.3.0.

2.3.0

3 years ago

Features

  • 15a639bf4b03b1be18391b96b3874e7a171acacb move option (-n or --no-apply-stash) to prevent to apply stash state (also 3e30e58e9955f0436604a2c0e4693a61b4e6ed97, 3d73fb6b48d0875e50e1eb93f7e9ce2c95093caf). Resolves #4
  • f2f0402980633bf62ec5c2d3b6a43728b9e1dcf2 New untracked command in order to check for untracked files and directories that could be removed.

Refactorings

  • 49688794cbea72646ddd4c4cda4c2cde7249c9d0 Download .gitnow example file even if it's present. Because of example file is used as fallback it doesn't affect the custom ~/.gitnow file. Resolves #10

2.2.0

3 years ago

Features

  • ae2de93cfa863e370b84454210cc3618df5fab90 Improve readability for light terminals in manual. PR #9
  • db368e11c66d02168a3f0f27123c8f2911452091 New show command Alt+M to show commit detail objects. More details on issue #7

2.0.0

4 years ago

New major release

This new release v2.0.0 includes significant improvements and new commands. More info on GitNow documentation.

2.0.1

4 years ago

Features

  • feature which creates a new feature (Gitflow) branch from current branch.
  • hotfix which creates a new hotfix (Gitflow) branch from current branch.

2.0.2

4 years ago

Features

  • Add new improved structure.
  • New command gitnow — Show available commands and version info.
  • New command move — Moves from current branch to another but stashing your changes.
  • Add keybindings.

2.0.3

4 years ago

Updates

  • Refactor files structure.

Fixes

  • Persistent commands across Fish sessions.

2.0.4

4 years ago

Features

  • Add new logs command. See logs command details.

Updates

  • push and pull commands refactored in order to get relevant info.

Fixes

  • logs command keybinding (alt + l).

2.0.5

4 years ago

Updates

  • 2bf5b5b3cac182baf313270ffb5f9dde0fce7479 Split configuration files.
  • ef3a016d58420b217d6e327037e45ad97796a440 Add Travis support.
  • 9d5483a71960731653d70b5098c1c6871a8d6b0e Clean up documentation.

2.0.6

4 years ago

Features

  • 79495a4c559e2e30e8e9caf2e1b7b44a2dad4640 Move: Add -u, --upstream options. (closes #10)