Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WTF is origin

WTF is origin

The idea behind this slides is clarify how to use git and how it works in a basic way.

Special thanks to http://barista-v.com

Want to change something? https://www.pixelapse.com/danielgomezrico/projects/slides-wtf-is-origin

Daniel

May 18, 2016
Tweet

More Decks by Daniel

Other Decks in Programming

Transcript

  1. Lets clone the REMOTE repository $ git clone https://github.com/torvalds/linux internet/other

    folder REMOTE repository LOCAL repository origin = https://github.com/torvalds/linux
  2. LOCAL $ git push origin master $ git push mio

    master Origin mio DANIELGOMEZ22 REMOTE repository LINUS REMOTE repository $ git pull mio master $ git pull origin master