Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: wsxdrfv on March 16, 2018, 10:07:12 AM



Title: Right way of pushing to Github?
Post by: wsxdrfv on March 16, 2018, 10:07:12 AM
Source revision at ubuntu, after done, what is right way to upload Github?

Compile (qmake, make) and then delete (build) folder, then upload to Github?

or?


Title: Re: Right way of pushing to Github?
Post by: achow101 on March 16, 2018, 05:44:14 PM
Github uses git (https://git-scm.com/). You use git push to push changes to github (assuming that you used git clone to download the source code). Read GitHub's documentation (https://help.github.com/).


Title: Re: Right way of pushing to Github?
Post by: shunsaitakahashi on March 16, 2018, 06:04:22 PM
This also might help https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners