Skip to content

Instantly share code, notes, and snippets.

View allansalgadocr's full-sized avatar
🎯
Focusing

Allan Salgado allansalgadocr

🎯
Focusing
View GitHub Profile
@Saissaken
Saissaken / Update git fork with tags.sh
Last active April 6, 2025 04:17
Update git fork with tags
# 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