joseluisq / gitnow

Speed up your Git workflow. :tropical_fish:
https://github.com/joseluisq/gitnow
MIT License
391 stars 25 forks source link

Previous branch switching support for `move` command #50

Closed joseluisq closed 1 year ago

joseluisq commented 1 year ago

This PR adds previous branch switching support to the move command.

Shorthand variant:

move -

Option variants:

move -p
# or
move --prev

Notes

More details via move -h

It resolves #35