Possible to use the tool on an empty repository? #66
-
Hi, First of all, thanks for building the tool, I'm a big fan and I mostly used the Shell one until recently. I picked up the Go version from version 13.0 with C# support. While trying to demo the tool for someone, I realized I was not able to use it on an empty repository. I didn't find anything in the configuration. Repro steps:
Here's what I have in the logs: Thanks a lot and keep up the good work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @Tr00d, First of all, thank you for your interest in TCR tool. We're glad that you like it, and are grateful for the contribution you provided us for C# language. The issue you're raising is actually a new case for us. Indeed so far we've never faced the need to run TCR on a brand new local repository without any remote already set up. We believe it's a totally valid case that will bring more flexibility in using the tool, so we'll adjust TCR to support it. The only restriction that will come with it is that all git push/pull/fetch operations will be turned off when no remote is set up. |
Beta Was this translation helpful? Give feedback.
Hi @Tr00d,
First of all, thank you for your interest in TCR tool. We're glad that you like it, and are grateful for the contribution you provided us for C# language.
The issue you're raising is actually a new case for us. Indeed so far we've never faced the need to run TCR on a brand new local repository without any remote already set up.
We believe it's a totally valid case that will bring more flexibility in using the tool, so we'll adjust TCR to support it. The only restriction that will come with it is that all git push/pull/fetch operations will be turned off when no remote is set up.