git reset HEAD@{1} results in error #106
Closed
Comments
That's because curly braces have special meaning in PowerShell. You can either surround with single quotes or escape with backtick. For example:
|
ah, good point. thanks |
+1 |
@JayBazuzi, you're a lifesaver. |
+1 |
@JayBazuzi Thank you! |
Will there be a resolution for this in |
@JawadS this is an issue with PowerShell, not posh-git. |
Hmm, Such a shame, I enjoyed using |
@JawadS - I think it makes sense to use whatever works best for you. I like poshgit and haven't found it limiting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I issued the command
git reset HEAD@{1}
and I got the following messageThe same command works fine from Git Bash
The text was updated successfully, but these errors were encountered: