Github will be the main account and bitbucket the secondary.
ssh-keygen -t rsa -C "github email"
Enter passphrase when prompted. If you see an option to save the passphrase in your keychain, do it for an easier life.
| javascript: (function () { | |
| /* based on ACRExtensions via https://github.com/binarycrafts/ACRExtensions */ | |
| var w = null; | |
| var kDoc = null; | |
| var kObj = null; | |
| if (typeof window.KindleReaderContextMenu !== 'undefined') { | |
| w = window; |
| ; isso é um comentário de linha | |
| ; FUNCOES | |
| ; define uma função chamada soma | |
| (defun soma (n1 n2) (+ n1 n2)) | |
| ; executa a função soma | |
| (print (soma 5 7)); 12 |
1 - Go to Github and create a new "empty" repository, e.g: graphql-blog-api
2 - Clone the repository locally
git clone [email protected]:plinionaves/graphql-blog-api.git
cd graphql-blog-api3 - Now add Bitbucket repo as a new remote in Github called "sync" (or "upstream")
GraphQL Upload
operations
{
"query": "mutation SingleUpload($data: UploadInput!) { singleUpload(data: $data) { _id filename url mimetype } }",
"variables":{
"data": {
"file": null
}