Skip to content

Instantly share code, notes, and snippets.

View jamesanglin's full-sized avatar
💪
Always Be Upskilling

James Anɡlin jamesanglin

💪
Always Be Upskilling
View GitHub Profile
# Repo: someuser/myframework
# Fork: superteam/myframework
# Track:
git clone https://github.com/superteam/myframework.git
cd myframework
git remote add upstream https://github.com/someuser/myframework.git
# Update:
git fetch upstream