LukasFritzeDev

Results 66 comments of LukasFritzeDev

I intentionally did the version check in an extra commit to keep it as a separate step. But If you want to, i can combine this with the token commit,...

@bedus-creation Have you solved the problem?

Some folks reported an issue with empty files some time ago. Maybe this is related.? Thanks for your suggestion. I’m trying some ways to read more (or all) options using...

>But I think git ftp only pushes one commit? git ftp pushes the changes of all commits since the last push. It get’s the last commit from the log file...

If you have found a solution that works for you, it would be great if you could share it here.

@ikeblaster this really was an issue. We have discussed this in another issue #295 recently. This should be fixed by #508 But this may not be a fix for the...

Since the character `,` is not allowed in scope / branch names (see [#525](https://github.com/git-ftp/git-ftp/pull/525/files)) we could implement a feature to set multiple scopes at once like this: ``` git ftp...

Thanks for your report. I’ll have a closer look at it, as soon as I have the time to reactivate my test environment.

The thread mentioned by Simon #46 is a good source for this problem. I’s recommend setting up a syncroot and because the syncroot might not be tracked by git (maybe...

Did that solve your problem? It would be great if you share your solution here and close the issue if the problem is solved.