LukasFritzeDev

Results 8 issues of LukasFritzeDev

The auto-stash feature calls `git stash` before checking for a dirty repo. It also stashes untracked/new files so the repo is really clean. After doing the other stuff the stash...

There is some odd behavior if I set a path in the URL *and* a remote root. If I set only one of theme everything is fine: ``` url =...

discussion

Details for this issue: https://github.com/git-ftp/git-ftp/issues/522#issuecomment-499408333 This fixes this by checking the unknown thing if it could be meant as a option. If it is a option it is not set...

There is an issue with the locking feature on macOS. Calling `$ git ftp download -vv --lock` I get the following output. ``` ... Tue May 28 13:30:55 CEST 2019:...

bug
enhancement

Let’s say I have a project that has git submodule configured as directory `vendor`. Because I need to add more external dependencies, I have to integrate composer in the project....

bug
enhancement

The [installation read me file](https://github.com/git-ftp/git-ftp/blob/master/INSTALL.md#sftp-on-macos) describes how to compile curl on your own. This is not necessary since brew brings a curl version that supports all the required protocols. It...

enhancement
documentation

Starting today we got the following error when executing our test pipeline: ``` TypeError: Jest: Got error running globalSetup - /builds/repository/node_modules/@shelf/jest-mongodb/lib/setup.js, reason: Cannot read properties of undefined (reading 'replSet') ```...

When using [git worktrees](https://git-scm.com/docs/git-worktree), the command fails with the following error: ``` > git-semver failed to retrieve repo head: reference not found ``` My setup is as follows ``` >...