This file contains hidden or 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
| amend='git commit --amend' | |
| g=git | |
| ga='git add' | |
| gaa='git add --all' | |
| gac='git add . && git commit -v' | |
| gapa='git add --patch' | |
| gb='git branch' | |
| gba='git branch -a' | |
| gbda='git branch --merged | command grep -vE "^(\*|\s*master\s*$)" | command xargs -n 1 git branch -d' | |
| gbl='git blame -b -w' |
This file contains hidden or 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 g="git" | |
| alias s="sudo" | |
| alias n="npm" | |
| alias ns="npm start" | |
| alias nw="npm run watch" | |
| alias ni="npm install" | |
| alias cfgg="subl ~/.gitconfig" | |
| alias cfgz="subl ~/.zshrc" |
This file contains hidden or 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
| [filter "lfs"] | |
| clean = git-lfs clean %f | |
| smudge = git-lfs smudge %f | |
| required = true | |
| [user] | |
| email = daniloprates@gmail.com | |
| name = Danilo Prates | |
| [http] | |
| sslVerify = false | |
| [push] |
This file contains hidden or 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
Show hidden characters
| { | |
| "Seti_orange_button": true, | |
| "Seti_tabs_big": true, | |
| "color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme", | |
| "font_size": 14, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "theme": "Seti.sublime-theme", |
NewerOlder