Skip to content

There was an error updating. If you have uncommited changes in #643

Closed Answered by akinomyoga
GronbergInfo asked this question in Q&A
Discussion options

You must be logged in to vote

It is described in the error message:

"If you have uncommited changes in '/home/stefan/.oh-my-bash', please commit, stash or discard them and retry updating."

The contents of the oh-my-bash repository is managed by Git. If you directly modify the files of Oh My Bash, you need to tell what to do with that change to Git. There are options:

  • You can register the change in the Git system by creating a commit. You can learn how to create a commit in web pages that explain the basics of Git. Basically, you can add the changes by the git add ... command. Then you can commit the added changes by the git commit ... command. Please refer to any pages introducing Git. In this case, if there is a con…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by GronbergInfo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants