How to keep emulator updated

Disgaea

New member
Messages
39
Points
0
I've seen some topics about this but I just dont understand, I have a clone of the repository, but how I put my current emulator files into the clone to keep it updated? im using git desktop/sourcetree

 
Last edited by a moderator:
Stick the chat to the forum ok? I don't like Helping in private messages. 

for 2 reasons

- In PM no one sees my Awesomeness!

- If I say BullShit, there is no one to correct me, as opposed to the forum, where people may see it and say "Habilis is bullshitting again".

To update your local repo with sourcetree you need to use Pull button.

I never worked with this gui, but I think, if there are no conflicts, there will be a silent update.

And if there are conflicts, it will ask you to resolve them before updating

then you can see what commit hash is your local branch and compare it to the latest commit hash on herc github

https://github.com/HerculesWS/Hercules/commits/master

If it checks then you are using latest version...

 
Last edited by a moderator:
Stick the chat to the forum ok? I don't like Helping in private messages. 

for 2 reasons

- In PM no one sees my Awesomeness!

- If I say BullShit, there is no one to correct me, as opposed to the forum, where people may see it and say "Habilis is bullshitting again".

To update your local repo with sourcetree you need to use Pull button.

I never worked with this gui, but I think, if there are no conflicts, there will be a silent update.

And if there are conflicts, it will ask you to resolve them before updating

then you can see what commit hash is your local branch and compare it to the latest commit hash on herc github

https://github.com/HerculesWS/Hercules/commits/master

If it checks then you are using latest version...
No matter what it just dont work :/ , you can do it step by step with screenshot? If necessary I pay , I really need to learn how to do this <-<

 
I don't offer any paid services (That's how you know it's me. If I suddenly request money, it's an imposter report him!)

My parents give me enough money for lunch at my school and for chewing gum. I don't need your money ;)

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


 
Last edited by a moderator:
3 minutes ago, Habilis said:

I don't offer any paid services (That's how you know it's me. If I suddenly request money, it's an imposter report him!)

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
With that 2 videos I can learn how to keep the emulator updated?

 
To keep your emulator updated you need to learn how GIT works (in general) and how SourceTree works (In particular)

Or wait till someone who needs money pops in and Explains it to you...

 
Last edited by a moderator:
To keep your emulator updated you need to learn how GIT works (in general) and how SourceTree works (In particular)

Or wait till someone who needs money pops in and Explains it to you...
I'll see the video, thx for the help man

 
1 hour ago, Habilis said:

I don't offer any paid services (That's how you know it's me. If I suddenly request money, it's an imposter report him!)

My parents give me enough money for lunch at my school and for chewing gum. I don't need your money ;)

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
The best comment ever!

I hate when people asking for FEE even if a simple guide or requests.

 
Updating your git

1. Right click your Hercules folder (having green check on the folder) and choose Git Sync
Image:

2. A window will pop up, then click Pull
Image:

3. The one on the red box indicates that git is already receiving objects
Image:

4. Message on the window indicates that you successfully updated your File.
Image:

 
Last edited by a moderator:
Updating your git

1. Right click your Hercules folder (having green check on the folder) and choose Git Sync
Image:

2. A window will pop up, then click Pull
Image:

3. The one on the red box indicates that git is already receiving objects
Image:

4. Message on the window indicates that you successfully updated your File.
Image:

Wow thx! what program are you using? tortoise?

 
No matter what it just dont work :/ , you can do it step by step with screenshot? If necessary I pay , I really need to learn how to do this <-<
try to follow this guide.. it such a step by step. and it already in github, since this emulator using github.. it much easier

https://help.github.com/articles/configuring-a-remote-for-a-fork/

https://help.github.com/articles/syncing-a-fork/#platform-linux

https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request

but, i pretty sure during early attempt, u got stuck.. anyway, good luck.!

 
Back
Top