gitless-vcs / gitless

A simple version control system built on top of Git
https://gitless.com
MIT License
1.93k stars 106 forks source link

Added the -o and -e flags for the gl init command. #214

Closed stevdiaz closed 5 years ago

stevdiaz commented 5 years ago

Made it so that gl init now takes -o/--only and -e/--exclude commands to perform filtering actions on the branches. The -o flag takes preference over the -e flag; if both exist, only the -o flag will be considered. However, this decision is up for discussion/changes if needed.

stevdiaz commented 5 years ago

With the last commit, the requested changes should be made, and the code should work correctly.