PX4 / PX4-windows-toolchain

Repo containing all scripts to install and use the PX4 Toolchain for Windows.
BSD 3-Clause "New" or "Revised" License
31 stars 100 forks source link

ssh key and git author should be taken from system wide user folder #2

Closed MaEtUgR closed 5 years ago

MaEtUgR commented 5 years ago

By default git takes the git configuration .gitconfig and the SSH properties .ssh from the home directory. Because we have a separate portable home folder inside the Cygwin Toolchain by default C:\PX4\home and might already have git and SSH configuration e.g. from Git for Windows (https://git-scm.com/download/win) in the Windows user global folder C:\Users\[username] an automatic optional link to the global configuration would be nice.

MaEtUgR commented 5 years ago

Done in https://github.com/PX4/windows-toolchain/commit/ff046aff1388750f2dd7f3fb8a5c44e829c1a5a2