Hello, can you please explain what is the idea behind running this tool only inside git-compatible folders ?
I need to check status on 3 jobs - so I basically had to create something like this:
.
├── 1
│ └── readme.md
├── 2
│ └── readme.md
└── 3
└── readme.md
where readme.md is empty file that was just added to be able to pass though check of jenni.
Is some feature of git being used for that ?
Hello, can you please explain what is the idea behind running this tool only inside
git-compatible folders ?I need to check status on 3 jobs - so I basically had to create something like this:
where readme.md is empty file that was just added to be able to pass though check of jenni.
Is some feature of git being used for that ?