Skip to content

Instantly share code, notes, and snippets.

View nuriyevn's full-sized avatar
😎

nuriyevn

😎
View GitHub Profile
@uolot
uolot / gist:6566557
Created September 14, 2013 23:15
Add SSH key to Bitbucket account from shell
curl --user <USER>:<PASSWORD> -X POST https://bitbucket.org/api/1.0/users/<USER>/ssh-keys --data-urlencode "key=<PUBLIC_KEY>" --data-urlencode "label=<LABEL>"