Skip to content

Instantly share code, notes, and snippets.

@kuzemkon
kuzemkon / multiple_ssh_setting.md
Created October 29, 2019 09:38 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
@kuzemkon
kuzemkon / xcarchive2ipa
Created September 2, 2016 21:36 — forked from samma835/xcarchive2ipa
How to convert .xcarchive to .ipa
xcodebuild -exportArchive -exportFormat ipa -archivePath {PATH}/MyApp.xcarchive -exportPath ~/Desktop/MyApp.ipa