File size: 251 Bytes
5fa1a76
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
git commit

Fetch and rebase to current main

git fetch upstream
git rebase upstream/main

Push the changes to your account using:

git push -u origin a-descriptive-name-for-my-changes

Once you are satisfied, go to the webpage of your fork on GitHub.