Skip to content

Instantly share code, notes, and snippets.

View AyoAlfonso's full-sized avatar
:octocat:
Building

Ayo Alfonso AyoAlfonso

:octocat:
Building
View GitHub Profile
@AyoAlfonso
AyoAlfonso / gist:e5f39d60a83d5adc4a897919818a9560
Created November 15, 2018 09:38 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@AyoAlfonso
AyoAlfonso / sample.js
Created November 12, 2018 09:33 — forked from chowryan/sample.js
react setstate?
// Method 1:
class Parent extends Component {
state = { foo: '', bar: '', buzz: '' }
render() {
return (
<Child
setParentState={this.setState}
>
)
@AyoAlfonso
AyoAlfonso / gist:c7b20ad9d66f44b982a1e4e8040ae398
Created March 14, 2018 11:16 — forked from paulallies/gist:0052fab554b14bbfa3ef
Remove node_modules from git repo
#add 'node_modules' to .gitignore file
git rm -r --cached node_modules
git commit -m 'Remove the now ignored directory node_modules'
git push origin master
@AyoAlfonso
AyoAlfonso / List.md
Created July 12, 2016 01:34 — forked from msurguy/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):