Giter VIP home page Giter VIP logo

Comments (4)

orx57 avatar orx57 commented on June 15, 2024 2

Hello,

Here is my attempt to update my deployment with the new version (from 0.4.4 to 0.5.0):

git remote add upstream https://github.com/hankchizljaw/hylia.git
git fetch upstream
git checkout master
git rebase 0.5.0
# here I have manually resolved all conflicts (mainly in src/data/*.json for me),
# and marked them resolved with
#    git add <conflicted files>
# and continue with
#     git rebase --continue
git pull
git push

I see in the Deploy log of the Netlify console that the version is now 0.5.0, and I find all the improvements.

It seems to do the trick... but I'm not sure that's the easiest or most efficient way to do it.

from hylia.

 avatar commented on June 15, 2024 1

These two links

https://help.github.com/en/github/getting-started-with-github/fork-a-repo#keep-your-fork-synced
https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork

helped me to upgrade a Netlify-deployed version from v0.6.0 to v0.7.0 without any problems.

I think it's the same solution which @orx57 described.

from hylia.

Andy-set-studio avatar Andy-set-studio commented on June 15, 2024

Good shout. What I'm doing with the releases is listing out file changes, but any ideas to help make things easier for folks are more than welcome in this camp.

from hylia.

Andy-set-studio avatar Andy-set-studio commented on June 15, 2024

I think this route requires a fair bit of git knowledge. I think the trick is documenting various options, including this one, @orx57.

from hylia.

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.