Skip to content

Instantly share code, notes, and snippets.

View vm137's full-sized avatar
💭
Java minded

Victor Mikhaylov vm137

💭
Java minded
View GitHub Profile
@vm137
vm137 / git.css
Last active August 29, 2015 14:24 — forked from neilgee/git.css
/* Set up Git Configuration */
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git config --global core.editor "vi"
git config --global color.ui true
<snippet>
<content><![CDATA[
<!-- begin $1 -->
<div class="$1">
$2
</div>
<!-- end $1 -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>di</tabTrigger>