Skip to content

Instantly share code, notes, and snippets.

View patrick-yi-82's full-sized avatar

Patrick Yi patrick-yi-82

View GitHub Profile
@patrick-yi-82
patrick-yi-82 / INSTALL.txt
Last active March 19, 2020 10:30 — forked from fernandoaleman/INSTALL.txt
Shell script to sync remote branches from upstream and push them up to forked origin
1. Copy 'git-sync-fork' script code from gist
2. Create a file called 'git-sync-fork' in any 'bin' directory in your $PATH
3. Paste script into this new file 'git-sync-fork' and save
4. Make the file executable `chmod +x git-sync-fork`
5. Run the script inside your locally forked git repo
Example:
````
wget -O git-sync-fork.sh https://gist.githubusercontent.com/patrick-yi-82/6b49fd5491e60ee06860f077d6dcc341/raw/1c880a88eb6ae86d2fa2db4af9334039f1cc4233/git-sync-fork
@patrick-yi-82
patrick-yi-82 / introrx.md
Created December 4, 2017 19:33 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@patrick-yi-82
patrick-yi-82 / gist:29396a2ecaaeeeffab50650a0afc6a89
Created November 28, 2016 16:53 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch