This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"TODO": { | |
"prefix": "TODO", | |
"body": [ | |
"$LINE_COMMENT TODO (name, $CURRENT_YEAR$CURRENT_MONTH$CURRENT_DATE): " | |
], | |
"description": "TODO with name and date" | |
}, | |
"NOTE": { | |
"prefix": "NOTE", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
br = branch | |
brd = br --list 'defect-*' | |
brf = br --list 'feature-*' | |
co = checkout | |
fe = fetch -p | |
lg = log --no-merges --pretty=format:'%h - %s (%cr) <%an>' | |
st = status -sb | |
up = push -u origin HEAD | |
clear = reset HEAD --hard |
OlderNewer