DEV Community

Discussion on: Can Someone Explain Git Push and Git Pull?

Collapse
 
chrdek profile image
chrdek • Edited

In brief: push -> send (push code to remote folder structure)
pull -> receive (fetch code from remote folder structure)

Note: this is of course combined with any diffing checks between local <-> remote folders contents/text.