sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
1.14k stars 112 forks source link

fix: remove null-check of sshKey in AddRemote and change command execution order #167

Closed gadfly3173 closed 4 months ago

gadfly3173 commented 4 months ago
  1. There is no need to force specify sshKey when adding a remote repository.
  2. Setting sshKey after fetch does not seem to have the expected effect. Because new Commands.Fetch has already read the corresponding configuration $"remote.{remote}.sshkey"