Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on windows. #3

Open
singhtaranjeet opened this issue Feb 18, 2022 · 1 comment
Open

Not working on windows. #3

singhtaranjeet opened this issue Feb 18, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@singhtaranjeet
Copy link

Tried this and got errors.

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@'

@apgapg apgapg added the help wanted Extra attention is needed label Feb 18, 2022
@El-Spectre
Copy link

git log --pretty=format:'%s'
use this command in windows, it will generate full history git logs, you can copy the latest ones you need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants