jackolantern Posted October 24, 2016 Posted October 24, 2016 Just a question on how does it work every time that there is a new commit. I saw a few posts where there is a problem and then someone makes a commit to fix the problem. How do i get those latest commits? I'm very new to github and all this coding things in general, but ive seen that i could use some of those updates before the real update comes out.
evandixon Posted October 24, 2016 Posted October 24, 2016 A "commit" is basically any change to the code on Github. Anything there that hasn't been officially released yet might work, but has not been thoroughly tested, so there could be major bugs or incomplete features. To try things out anyway, the source needs to be compiled. You can either do this yourself with Visual Studio, or find an already built version in the Artifacts of the latest build on my Team City server.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now