Git Product home page Git Product logo

Comments (5)

s-f-a-g avatar s-f-a-g commented on May 14, 2024

Hi,
I think the problem is that you forked the project.

1 > create dir my_project (or whatever)
2 > cd my_project
3 > git init
4 > git remote add origin BASED ON YOUR OWN REPO
5 > eventually git pull origin master to retrieve your project
6 > git remote add upstream SEED_PROJECT_URL
7 > git fetch upstream
8 > git merge upstream/master
9 > git add .
10 > git commit -m "Your message"
11 > git push origin master

You now have your own project, on your repository and still able to merge SEED_PROJECT changes.

Hope it helped.

Regards,
Sebastien

from angular-seed-advanced.

NathanWalker avatar NathanWalker commented on May 14, 2024

@fourctv How long has it been since you first downloaded seed?
I assume this is first time you've attempted a fetch and merge?

Usually best to merge upstream master in after downloading and setting up the remotes, this ensures that git is sorted before waiting to merge much later after you've made significant changes.

from angular-seed-advanced.

NathanWalker avatar NathanWalker commented on May 14, 2024

I need to setup a gitter... at moment you can chat me on google chat: walkerrunpdx

from angular-seed-advanced.

fourctv avatar fourctv commented on May 14, 2024

@NathanWalker @sebfag I guess I missing the first fetch/merge after downloading seed.

I've made very little changes to the seed itself. I have all my stuff as separate components/files. Most of changes were in package.json & typings.jason to add some 3rd party libraries.

I guess I'll start over, grab a new seed and then move in my stuff.

thanks for the help, closing this now.

from angular-seed-advanced.

NathanWalker avatar NathanWalker commented on May 14, 2024

@fourctv One good thing about the setup is if you do get into merge hell, if you had just created a new framework for your codebase and just created new components, it should be easy to download fresh zip and drop the folders of your custom stuff in and away you go. 👍

Chat me on google if you need help.

from angular-seed-advanced.

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.