Jump to content

GitHub Questions


calclavia

Recommended Posts

recompile then run getchangedsrc then copy and paste it in to the repo folder on your pc and then use then use git gui and then Stage Changed then commit and then go under the remote tag and push it to origin or use ctrl p

 

if it syas the repo is behind go under the remote tab and Fetch From origin then do the above

Link to comment
Share on other sites

recompile then run getchangedsrc then copy and paste it in to the repo folder on your pc and then use then use git gui and then Stage Changed then commit and then go under the remote tag and push it to origin or use ctrl p

 

if it syas the repo is behind go under the remote tab and Fetch From origin then do the above

 

Thank you very much :)

Link to comment
Share on other sites

This guy here helped me the most:

 

recompile then run getchangedsrc.bat then copy and paste it in to the repo folder on your pc and then use then use git gui and then Stage Changed then commit and then go under the remote tag and push it to origin or use ctrl p

 

if it syas the repo is behind go under the remote tab and Fetch From origin then do the above

Link to comment
Share on other sites

though i share this trick really quick to help save time with moving the src to the repo each time. Just place this in the getChangedSrc.bat

xcopy /s/e/y C:\*MCPProjectLocation*\modsrc C:\*GitRepoLocation*

source for more info: http://stackoverflow.com/questions/986447/batch-file-to-copy-files-from-one-folder-to-another-folder

I think i'll mess with it a little more to auto forward to github for me too :) Forgot how easy bat file can make tasks

Link to comment
Share on other sites

hmm cool. would you know how to use the minecraft src file as a repo? so i don't have to move my files into another folder each time. Even though i'm good with the current set up i have. Got my bat to recompile, getChangedSrc, move to repo file and dump to my dropBox. Still working on GitHub part but that not auto sending has to do with me not looking up the commands yet :).

Link to comment
Share on other sites

hmm cool. would you know how to use the minecraft src file as a repo? so i don't have to move my files into another folder each time. Even though i'm good with the current set up i have. Got my bat to recompile, getChangedSrc, move to repo file and dump to my dropBox. Still working on GitHub part but that not auto sending has to do with me not looking up the commands yet :).

 

Yeah there should be a tutorial on how to setup a repo for Minecraft Mods because it is not very similar in creating a repo for a average application.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.