I want to check if i am stay in the dev branch, my file .sh have this content:
let current = GIT branch --show-current
if current == "dev"
but it does not worked, i am getting this error:
line 3: let: =: syntax error: operand expected (error token is "=")