From the course: Cisco DevNet Associate (200-901) Cert Prep 1: Software Development and Design

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Git operations demonstration: Git push and pull

Git operations demonstration: Git push and pull

From the course: Cisco DevNet Associate (200-901) Cert Prep 1: Software Development and Design

Start my 1-month free trial

Git operations demonstration: Git push and pull

- So next let's look at how we could synchronize or pulling files from a remote repository, as well as push our local changes upstream to a remote repository. So for that, I'm going to use GitHub, the directory that we've seen before, that we've cloned before, as my remote repository. So right here is where the GitHub page was and feel free to use this one. But again, I would encourage you to just sign in or sign up, create your own repository. It's a little bit more fun that way to have your own repository, a public or private one, either way is okay. So if I go back to my terminal window, I want to make sure I'm your LinkedIn devnet test repository. And if I do a git remote, I could see this remote as being the origin. If I do a dash V, I could see the origin as being, faction push, which in this case, it's a synced link that we've seen just from this link right here to copy as the link cloning or what not. So let's…

Contents