Code Monkey home page Code Monkey logo

Comments (4)

GlynM001 avatar GlynM001 commented on August 30, 2024 2

It took a while and I had to do several attempts but I believe that I have succeeded in creating a pull request for my example.

It is a slightly different version to the file that I originally posted in that I have corrected some spelling mistakes in the comments. However there are no changes to the actual code.
Thanks for your help.

from thepihut3dxmastree-examples.

djfatal avatar djfatal commented on August 30, 2024 1

Well done. I love this!

from thepihut3dxmastree-examples.

p10tyr avatar p10tyr commented on August 30, 2024

Great! Thanks allot for sharing.
Since you are new to github too, I would suggest trying to fork and merge back here as an exercise.

  1. Create a gituhub account
  2. Come to this repository and press fork in the top right (Fork will make a copy of this repository in YOUR account)
  3. Install GIT on Linux
  4. git pull
  5. create and change to a new branch git checkout <a-branch-name>
  6. Add your file into the /examples folder
  7. Add your files to be staged with git add . (there is a dot on the end which means all)
  8. Commit your files to you local repository git commit -a -m "Your commit message here"
  9. Git push (you will have to enter your credentials)
  10. Go back to YOUR GIT in the browser and click on New Pull Request
  11. You should have it set automatically. (Left) your repo and branch -> (Right) this one
  12. When you click raise PR it will come into PR on this one I can then merge it in for everybody

Seems quite complex at first but it is worth learning. If you get stuck let us know here or have a search on stack overflow.

That way you can keep your own repository and branches and if you update something it is easy to push it up to this main collection for everybody to benefit.

Thanks again!

from thepihut3dxmastree-examples.

p10tyr avatar p10tyr commented on August 30, 2024

Thank you very much for this. I hope we see more examples from you. I can't wait to get this going tonight 😍

from thepihut3dxmastree-examples.

Related Issues (6)

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.