Option to choose branches while running installation scripts. #675
Closed
CharlesChiuGit
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Some thoughts (taken from #674 (comment)): I can't think of a reason why we should implement this - FWIW branch detection based on Line 22 in f1c5f09 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Propose: as title.
Motivation: Current setting is sufficient enough for average users. However, when it comes to the time of migrating to a newer nvim version or a large to-be-tested patch-branch, an option to choose branches is quite convenient. Personally I used to do a full rundown on our installation scripts to test if there's anything weird.
prototype code:
curl -L https://api.github.com/repos/ayamir/nvimdots/branches | grep name
btw my
grep
is an alias tougrep
Original discussion:
#674 (comment)
#674 (comment)
cc @ayamir @Jint-lzxy if u guys think it's worthy to add. I'll do a PR when I got time.
Beta Was this translation helpful? Give feedback.
All reactions