donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.54k stars 436 forks source link

`git reset --hard HEAD@{4]` not working #158

Open asurinsaka opened 5 years ago

asurinsaka commented 5 years ago
$ git reset --hard HEAD@{4}
.
xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True                                              
  File "<string>", line None
SyntaxError: <xonsh-code>:1:4: ('code: reset',)
asurin at ibuypower in ~/Downloads/math on new_feature                                                    
$                                                                                                         
-------------------------------------
donnemartin commented 5 years ago

Hi @asurinsaka, I see this same problem with xonsh, which gitsome relies on. I'd instead file a bug with xonsh to get a fix there (which gitsome would also benefit from).