If I have some project in my virtualbox's ubuntu, what is right way to upload to github?
Of course I need frequent source revision, so after edit, I should compile(qmake, make) or not?
Just source revise and then upload it is enough?
Then revision at github directly is enough?
Those guides does not says about local repository's source's compiling.
Someone said that I should not compile source before push to git.
For push to git, he said I should do with sources [BEFORE] compiling.
What is the reason?
I saw lots of guide, but
Those guides does not says about local repository's source's compiling.