Add remote upstream
git remote add upstream https://github.com/jawherr/formation.git
1-Pull changes from the original repository
git pull
2-Make a new branch and checkout to that branch
git checkout -b newBranch
3-Make your changes
git add .
git commit -m "message"
git push --set-upstream origin newBranch
4-Update your local repository
git fetch upstream
5-Merge changes made in the original repo to your main local branch
git merge upstream/main
Frostbite22/formation
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|