Skip to content

Instantly share code, notes, and snippets.

View battoni's full-sized avatar
🏠
Working from home

Guilherme Battoni battoni

🏠
Working from home
View GitHub Profile
Settings
{
"auto_complete_commit_on_tab": true,
"caret_style": "solid",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Roboto",
"font_options":
[
Delete all branches with the exeption of MASTER and the CURRENT branch you are at execution time:
alias gitClean='git branch | egrep -v "(master|\*)" | xargs git branch -D'