Code Monkey home page Code Monkey logo

Comments (15)

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

I think I can do that if it's okay, so at the same time I try see what the looks like.

from thrive.

bkloster avatar bkloster commented on July 23, 2024

I have assigned you. Be sure to have a look at the styleguide.

from thrive.

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

Ok, thanks.

from thrive.

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

And ther's no Ogre standard class called agent-something used right?

from thrive.

bkloster avatar bkloster commented on July 23, 2024

Nope. Last I checked, all occurrences of "[aA]gent" are related to our agent compound concept.

from thrive.

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

I've done it now, do I just click the green "New pull request" button?

from thrive.

jjonj avatar jjonj commented on July 23, 2024

Yep! From master to your branch, and we'll make sure everything is in order! btw. did you merge with master at any point? otherwise you'll want to do so and fix any new occurences of 'agent'.
I won't be able to look at it tonight tho.

from thrive.

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

Ok. I don't think I merged with master at any point. Ain't pull requests for merging?

from thrive.

bkloster avatar bkloster commented on July 23, 2024

Merges can go in two directions. Pull requests are for getting your changes into master. What jjonj is talking about is the other direction - getting any changes in master since you branched back into your branch. The latter should usually only be done right before accepting the pull request.

from thrive.

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

But won't that overide the changes that I made?

from thrive.

bkloster avatar bkloster commented on July 23, 2024

That's why it's called "merge", not "overwrite". Both changes are present afterwards. There will sometimes be conflicts where git can't figure out how to merge two divergent branches on its own, but it will tell the user about it and let them handle it.

from thrive.

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

Ok

from thrive.

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

Uhm, How do I make the merge? (https://github.com/ThrivingCheese/Thrive/pull/1)

from thrive.

jjonj avatar jjonj commented on July 23, 2024

You seem to have mixed two things up:
First thing is creating the pull request, this is done here on the Revolutionary-Games github, if you do it here you are requesting The official Thrives master branch to accept your feature branch into itsellf, instead of the other way around!

The second thing is merging master into your branch so your branch is up to date with the latest changes! This is not actually done with a pull request but by doing a "pull" with your local git installation, and pulling from the Revolutionary-Games master Thrive branch! Git will then tell you where it couldnt automatically merge the code together and you get "conflicts" which you will have to resolve by editing the files where it inserts something like:

<<<<<< HEAD
Your code version
=============
Other code version
>>>>>> Other branch

You needed to do both of these things (second one first) as well as "rebasing" which squishes all your commits into a single one so it looks cleaner when it actually gets merged into master.

It's all a rather complicated process, but it's what it takes to keep a project with a lot of people working on it, smooth.

Now regarding all the actual work here, since this issue appeared to die out, karthas077 did the renaming as he was already changing large parts of the code in his branch, so you wont need to do the process for this branch if everything goes smooth over there.

If you have any questions etc just ask, I'd be happy to help!

from thrive.

ChizuLaCheese avatar ChizuLaCheese commented on July 23, 2024

ok, thanks.

from thrive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.