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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Undoing the last commit in a repository throws an error in the console.
Seems like a pretty low priority issue 😅
Uncaught (in promise) GitError: git -c color.ui=false -c color.status=false -c color.showBranch=false -c color.diff=false -c color.branch=false reset --soft HEAD~ in I:\atom pull testing\github-pegex exited with code 128
stdout:
stderr: 19:56:48.962879 git.c:344 trace: built-in: git reset --soft 'HEAD~'
fatal: ambiguous argument 'HEAD~': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
at new GitError (C:\Users\bene\AppData\Local\atom\app-1.27.0-beta1\resources\app\node_modules\github\lib\git-shell-out-strategy.js:115:24)
at C:\Users\bene\AppData\Local\atom\app-1.27.0-beta1\resources\app\node_modules\github\lib\git-shell-out-strategy.js:383:33
at Generator.next (<anonymous>)
at step (C:\Users\bene\AppData\Local\atom\app-1.27.0-beta1\resources\app\node_modules\github\lib\git-shell-out-strategy.js:104:197)
at C:\Users\bene\AppData\Local\atom\app-1.27.0-beta1\resources\app\node_modules\github\lib\git-shell-out-strategy.js:104:367
at <anonymous>
GitError @ <embedded>:191359
(anonymous) @ <embedded>:191629
step @ <embedded>:191350
(anonymous) @ <embedded>:191350
19:56:49.044