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

Add --move-ignored / -mi flag to "gl switch". #234

Closed Mooninaut closed 4 years ago

Mooninaut commented 4 years ago

Helps with #20, and potentially #134 by adding a -mi / --move-ignored flag to gl switch.

Tested on a repo with ~1GB of ignored files. gl switch -mi <branch> takes less than 10 seconds.

Mooninaut commented 4 years ago

It just occurred to me that -mi / --move-ignored might be more consistent with the existing flags, thoughts?

spderosso commented 4 years ago

This is great, thank you!

It just occurred to me that -mi / --move-ignored might be more consistent with the existing flags, thoughts?

Yes, I think we probably don't want to use the term stash. -mi / --move-ignored sounds good to me

kreempuff commented 3 years ago

Are there plans to release this functionality?

spderosso commented 3 years ago

yes, I’ll cut a new release in the next couple of days. I was hoping to use travis, appveyor or github actions to automate the release process but that might take a couple of hours to set up.. so I’ll do it manually for now

kreempuff commented 3 years ago

@spderosso thank you! if you give me some pointers on how this releases I can handle automating the release