gitnow
gitnow copied to clipboard
Speed up your Git workflow. :tropical_fish:
Hi, Can I request an enhancement for the `move` comand? I usually go between current and previous branch by using the `-` shorthand. Would you consider adding support for it?...
Similar to #3 the `tag` command should support `pre-releases`. **Examples** ```sh ~> tag --prerelease # v2.1.1-0 ~> tag --prerelease # v2.1.1-1 ~> tag --premajor # v3.0.0-0 ~> tag --preminor #...
It would be great if we can support a command to ignore (or revert) files on demand and place them into `.gitignore` file. __Proposal:__ I suggest to add an `ignore`...
Add branch command to create branches and move among them. ```sh ~> branch ```
Are there any plans/ideas to make gitnow git-worktree aware? Some command in gitnow work without changes (push/pull) but others don't (merge).
```sh ~> gitnow conflicts # U src/compression.rs # U tests/compression.rs ```
### Introduction Adding a new command, `default` or `main`, would be beneficial to the `gitnow` tool that allows users to quickly switch back to the **main** or **master** branch of...