-
Notifications
You must be signed in to change notification settings - Fork 2.3k
bash-it update to stable or dev #1626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
NoahGorny
merged 13 commits into
Bash-it:master
from
NoahGorny:update-to-stable-or-unstable
Oct 16, 2020
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
96295e9
lib: Improve bash-it update so it can update to latest tag
1bdcacf
completion: Update completion for new bash-it update
d8c2256
doc: Add stable/dev option to update section
ecf6556
lib: Update to stable now correctly fails if no tags are present
8e68767
lib: Add BASH_IT_DEVELOPMENT_BRANCH variable
9b208e7
lib: Update no-op message in case of stable update
4ca6dd9
helpers: Add --slient option to bash-it update
3f2c6e7
doc: Add --silent flag documentation
2fd1cd6
completion: Add --silent and -s completion
fc17169
test: Add completion test for -s --silent flag
0a9b43e
lib: Fetch from remote before calculating latest tag in bash-it update
6bed26e
lib: helpers: Rename Upgrading -> Updating
a1adfaa
lib: helpers: Handle stable revert update
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,10 @@ export BASH_IT_THEME='bobby' | |
| # cloned bash-it with a remote other than origin such as `bash-it`. | ||
| # export BASH_IT_REMOTE='bash-it' | ||
|
|
||
| # (Advanced): Change this to the name of the main development branch if | ||
| # you renamed it or if it was changed for some reason | ||
| # export BASH_IT_DEVELOPMENT_BRANCH='master' | ||
|
|
||
| # Your place for hosting Git repos. I use this for private repos. | ||
| export GIT_HOSTING='[email protected]' | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.