Skip to content
Discussion options

You must be logged in to vote

Hey! I've pushed the patch. To incorporate it into your repo, run the following commands:

git switch main
git pull
git remote add upstream-2 https://github.com/TheAlbertDev/masb-course-timers.git
git fetch upstream-2
git cherry-pick cfd06da
git push
git switch stm32cube-challenge
git rebase main
git push --force

Here's what each command does:

1. Get your main branch up to date

git switch main
git pull

Switch to your main branch and pull the latest changes from your remote.

2. Add the course repo as a second remote and fetch it

git remote add upstream-2 https://github.com/TheAlbertDev/masb-course-timers.git
git fetch upstream-2

This registers the course repo as a new remote called upstream-2

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@JordiiQueralto
Comment options

@TheAlbertDev
Comment options

Comment options

You must be logged in to vote
1 reply
@JordiiQueralto
Comment options

Answer selected by JordiiQueralto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants