Skip to content

Instantly share code, notes, and snippets.

View reblws's full-sized avatar

Enrico Baculinao reblws

View GitHub Profile
@reblws
reblws / .gitconfig
Created May 18, 2018 18:59
my fav git aliases
[alias]
co = checkout
br = branch
ci = commit
st = status
p = push
pl = pull
log1 = log --oneline
a = add

Keybase proof

I hereby claim:

  • I am reblws on github.
  • I am reblws (https://keybase.io/reblws) on keybase.
  • I have a public key ASBHn8HSO-K8DbpAncTFaO2aRN8wl-CbPSUqBiscLMmyIAo

To claim this, I am signing this object:

@reblws
reblws / .eslintrc.json
Created October 5, 2017 02:31
eslint the way i like it (browsers + react)
{
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
@reblws
reblws / whatever.html
Created August 2, 2017 22:12
testgist
<whatever>
</whatever>