DEV Community

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

Collapse
 
pyrsmk profile image
Aurélien Delogu

git push is sending your modifications to the remote repository (like Github), while git pull is retrieving the modifications from the remote repository to your local project.

Nota bene : I voluntarily simplified things to have a simple explanation