git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| def get_oauth_token | |
| code = params['code'] | |
| data = { | |
| grant_type: 'authorization_code', | |
| client_id: YA_CONFIG[:yandex_app_id], | |
| client_secret: YA_CONFIG[:yandex_app_password], | |
| code: code | |
| } | |
| response = RestClient.post "https://oauth.yandex.ru/token", data, content_type: 'application/x-www-form-urlencoded' | |
| render json: response |
| Общие настройки | |
| -------------------------------------------------------------------------------------------- | |
| { | |
| "bold_folder_labels": true, | |
| "caret_style": "wide", | |
| "color_scheme": "Packages/User/SublimeLinter/Monokai Bright (SL).tmTheme", | |
| "default_encoding": "UTF-8", | |
| "default_line_ending": "unix", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_size": 8, |