Skip to content
Discussion options

You must be logged in to vote

You can work from any computer. In fact, one of the advantages of Git is that it is a distributed version control system. All you need to do is, from the first computer, upload your changes to GitHub via a git push and then, from the second computer, grab your updated repository with a git clone or a git pull depending on whether you had cloned the repository on the second computer.

In part A of the first practice (Arduino), we see the git push command. In the second part, the B (STM32), we see the command git pull.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Albert-Alvarez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Git Git and Github
2 participants
Converted from issue

This discussion was converted from issue #40 on June 26, 2021 17:10.