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
fatal: ambiguous argument '$(git': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
node:child_process:903
throw err;
^
May be this command would be useful for resolving error. git log Head ^$(git describe --tags --abbrev=0) --pretty=format:'@begin@%s@space@%b@end@'
The text was updated successfully, but these errors were encountered:
Tried this and got errors.
May be this command would be useful for resolving error.
git log Head ^$(git describe --tags --abbrev=0) --pretty=format:'@begin@%s@space@%b@end@'
The text was updated successfully, but these errors were encountered: