We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there!
./docs/decisions
$ adr init ./docs/decisions Initializing ADR base at ./docs/decisions mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ ls content.md mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ ls -a ./ ../ .adr-dir .git/ content.md mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ cat .adr-dir ./docs/decisions
Hmm. Abort/Retry/Fail? Retry!
/docs/decisions
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ rm .adr-dir mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ ls -a ./ ../ .git/ content.md mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ adr init /docs/decisions Initializing ADR base at C:/Program Files/Git/docs/decisions
Oops.
docs/decisions
mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ adr init docs/decisions Initializing ADR base at docs/decisions mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ ls content.md mawi@LAPTOP MINGW64 /c/nkp temp/test3 (master) $ ls -a ./ ../ .git/ content.md
Hmm. Abort/Retry/Fail? Fail.
Any tips so I could get it to work? Thanks!
BR! /m
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there!
1st try: init
./docs/decisions
Hmm. Abort/Retry/Fail? Retry!
2nd try:
/docs/decisions
Oops.
Hmm. Abort/Retry/Fail? Retry!
3rd try:
docs/decisions
Hmm. Abort/Retry/Fail? Fail.
Any tips so I could get it to work?
Thanks!
BR! /m
The text was updated successfully, but these errors were encountered: