You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy /lib/git-resolve-conflict.sh to your .bashrc (this adds just git resolve-conflict)
I copied file contents into my .bashrc file. Not sure how it would add git ... but I tried anyway.
Predictably git resolve-conflict --theirs app/src/main/res/values-da/strings.xml failed with
`git: 'resolve-conflict' is not a git command. See 'git --help'.``
(because why adding function to .bashrc file would create a git function?
Maybe .gitconfig also should be modified? I have for example lg = "!gitk --all&" there.
Looking at how it is defined I expected resolve-conflict() --theirs app/src/main/res/values-da/strings.xml to work, but this failed with
bash: syntax error near unexpected token --theirs'`
Feel free to close it with "hahahahaha, learn to use Linux" but I just wanted to let you know that the current installation instruction is a bit confusing - at least to me.
The text was updated successfully, but these errors were encountered:
I copied file contents into my .bashrc file. Not sure how it would add
git ...
but I tried anyway.Predictably
git resolve-conflict --theirs app/src/main/res/values-da/strings.xml
failed with`git: 'resolve-conflict' is not a git command. See 'git --help'.``
(because why adding function to
.bashrc
file would create a git function?Maybe
.gitconfig
also should be modified? I have for examplelg = "!gitk --all&"
there.Looking at how it is defined I expected
resolve-conflict() --theirs app/src/main/res/values-da/strings.xml
to work, but this failed withbash: syntax error near unexpected token
--theirs'`Feel free to close it with "hahahahaha, learn to use Linux" but I just wanted to let you know that the current installation instruction is a bit confusing - at least to me.
The text was updated successfully, but these errors were encountered: