I
I
Ivan2021-08-29 22:18:23
git
Ivan, 2021-08-29 22:18:23

Git push sends all files or just changed ones?

I can't figure out what exactly git push does. Does it send all the files directly, or only those that we changed in the commits?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Roo, 2021-08-29
@xez

https://github.com/git-guides/git-push#what-does-g...
What Does git push Do?
git push updates the remote branch with local commits.

I
Ivan Shumov, 2021-08-29
@inoise

Git does not work with files, but with changes. They are stored as commits

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question