Giter Site home page Giter Site logo

Comments (10)

gregmalcolm avatar gregmalcolm commented on May 26, 2024

Thanks for researching this! Any interest in putting in a Pull Request for this? It'll get your name on the contributors list... ;)

from eddiscovery.

robbyxp1 avatar robbyxp1 commented on May 26, 2024

i work, but the repository I'm working on has a bigger change to the route planner tab. Can I do a pull request just of one file?

from eddiscovery.

robbyxp1 avatar robbyxp1 commented on May 26, 2024

I would I mean ;-)

from eddiscovery.

robbyxp1 avatar robbyxp1 commented on May 26, 2024

Ignore the pull requests I created.. Its not working as I think it does.

from eddiscovery.

gregmalcolm avatar gregmalcolm commented on May 26, 2024

Absolutly! Tou can create pull requests with commits in them. The trick is to to push up different git branches.

This sequence would get you there:

Note: Commands given are to be run from git bash, assuming you are in the project folder. I'm also assuming you are working off your own github fork:

  1. Check in your live changes. Run git status to make sure theres nothing left.
  2. git checkout -b saved-changes-branch <-- Create a branch for your existing change. Takes you to that branch. Run git branch to confirm you're in that branch.
  3. git checkout master (return to mat
  4. Update your local master branch with any new changes: git fetch origin, git rebase origin/master and git pull origin master
  5. git checkout -b bitmap-convert-fix <-- Start a new branch for your pull request
  6. Transfer your bug fix to the code. Test and commit it. Push it up with git push origin bitmap-convert-fix
  7. Make a pull request

Apologies if I've over explained it. Any questions let me know.

EDIT: This is in answer to the question about making pull requests without the old code changes showing

from eddiscovery.

robbyxp1 avatar robbyxp1 commented on May 26, 2024

You can't overexplain it.. i'm confused! I'll have a play and work it out

from eddiscovery.

iainross avatar iainross commented on May 26, 2024

If you're totally lost then https://git-scm.com/book/en/v2 may help.

from eddiscovery.

gregmalcolm avatar gregmalcolm commented on May 26, 2024

If you want clarification on what any of those steps are doing for you let
me know
On Jan 21, 2016 11:35 AM, "robbyxp1" [email protected] wrote:

You can't overexplain it.. i'm confused! I'll have a play and work it out


Reply to this email directly or view it on GitHub
#74 (comment)
.

from eddiscovery.

robbyxp1 avatar robbyxp1 commented on May 26, 2024

I'm starting from scratch and will just try and commit these changes..

from eddiscovery.

robbyxp1 avatar robbyxp1 commented on May 26, 2024

I've created a pull request.. lets see if that okay

from eddiscovery.

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.