We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #49 branch:
cd ~/volt/repos/{repo}
git reset --hard HEAD~
volt get -u {repo}
{repo} : upgrade failed : worktree contains unstagged changes
After manual update of repository git reset --hard, volt get -u {repo} always fail.
git reset --hard
The text was updated successfully, but these errors were encountered:
This problem occurs the following environment:
~/volt
/mnt/c/...
Sorry, something went wrong.
Maybe because it appears that file permission is changed:
$ git diff HEAD diff --git a/README.md b/README.md old mode 100644 new mode 100755
If I run git config core.filemode false in the repository, git diff or git status tell no changes, but go-git might not support core.filemode ...?
git config core.filemode false
git diff
git status
core.filemode
go-git might not support core.filemode ...?
Bingo. src-d/go-git#378
No branches or pull requests
In #49 branch:
cd ~/volt/repos/{repo}
git reset --hard HEAD~
volt get -u {repo}
After manual update of repository
git reset --hard
,volt get -u {repo}
always fail.The text was updated successfully, but these errors were encountered: