This is an archive of the discontinued LLVM Phabricator instance.

git-llvm: Add option to push to Github with SSH
ClosedPublic

Authored by vchuravy on Dec 16 2019, 1:39 AM.

Details

Summary

For users with 2FA Github password challenge can be rather cumbersome
and I personally use key based authentication through SSH. This fixes
the SSH feature that was present and exposes it as a command line
option.

Diff Detail

Event Timeline

vchuravy created this revision.Dec 16 2019, 1:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 16 2019, 1:39 AM

Unit tests: pass. 60933 tests passed, 0 failed and 726 were skipped.

clang-format: pass.

Build artifacts: console-log.txt, CMakeCache.txt, test-results.xml, diff.json

tstellar accepted this revision.Dec 16 2019, 9:12 AM

LGTM.

This revision is now accepted and ready to land.Dec 16 2019, 9:12 AM
This revision was automatically updated to reflect the committed changes.