Skip to content

Instantly share code, notes, and snippets.

View iRet's full-sized avatar

Artyom Nikolaev iRet

  • Vancouver, BC
View GitHub Profile
@iRet
iRet / cloudSettings
Last active December 26, 2018 08:25
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-12-26T08:25:29.073Z","extensionVersion":"v3.1.1"}
@iRet
iRet / preparing-release-or-hotfix-with-git-flow.md
Last active September 12, 2016 15:47
Preparing release or hotfix with git flow

Please use git flow cheatsheet as a reference.

Currently we are using following patterns for tag names:

  • release: x.x.x
  • hotfix: x.x.x-hotfix-x

After finishing release or hotfix (with git flow command), please make sure you are pushed tag as well.
You can use git push --follow-tags to push commits and tags at once or git push --tags to push only tags.

@iRet
iRet / gist:b2de78e8b52bd3ddfe3ad9e00219075e
Created August 29, 2016 08:19
Sublime 3 user config
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"flatland_sidebar_tree_medium": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[