Git Product home page Git Product logo

Comments (17)

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024 1

Or maybe you aren't using Comand Line Interface, is that true?

yes, I was not using CLI as I thought it can be done easily directly.
I think I should rebase the master branch and then create a new branch.
also, thank you for helping.

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

I would like to take this issue.

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

do you want me to check all the links or just for the dead links?

from list-of-open-source-internships-programs.

vybhav72954 avatar vybhav72954 commented on May 22, 2024

@chiragbansal-45 The dead links can be found here already

I want you to check, if the domains have shifted to somewhere else, there is a typo, or the programs are completely dead.

After that please comment here, and then you can open a PR regarding the same. I will assign this to you.

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

okay! got it

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

I have checked and did the necessary edits. but in doing so I have committed many times because of some error. so, what should I do now?

from list-of-open-source-internships-programs.

vybhav72954 avatar vybhav72954 commented on May 22, 2024

Sorry i didn't get it.

In case you want to start fresh.

Rebase master, and make a new branch.

from list-of-open-source-internships-programs.

vybhav72954 avatar vybhav72954 commented on May 22, 2024

I have checked and did the necessary edits. but in doing so I have committed many times because of some error. so, what should I do now?

I will have a look at your fork if I can figure out whats going on.

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

okay!

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

I have checked and did the necessary edits. but in doing so I have committed many times because of some error. so, what should I do now?

I will have a look at your fork if I can figure out whats going on.

yes, please

from list-of-open-source-internships-programs.

vybhav72954 avatar vybhav72954 commented on May 22, 2024

I have checked and did the necessary edits. but in doing so I have committed many times because of some error. so, what should I do now?

I will have a look at your fork if I can figure out whats going on.

yes, please

A piece of advice for you. Generally, it's not recommended to make commits in the master or main branch of your fork.

You should make a new branch from the master using git checkout -b <name of new branch> (without the chevrons of course).
(-b is for making a new branch)
Then do your changes, do a git add and then git commit

Then push your changes using git push -u origin <name of new branch>

By following this workflow, you will notice that if in any case, you mess up something, you can again check out back to master using git checkout master and make a new branch.

In your case, we can do 2 things:

Either we Rebase the master branch (professional method).

Or we can make a new fork (It's a workaround, but is far easier).

If you know how to rebase, or you want to rebase, I can help you with that, or else you can delete the fork, and make a new PR.

from list-of-open-source-internships-programs.

vybhav72954 avatar vybhav72954 commented on May 22, 2024

Or maybe you aren't using Comand Line Interface, is that true?

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

I tried to rebase by git rebase -i HEAD~10 , but it didn't work can you help me with doing rebase.

from list-of-open-source-internships-programs.

vybhav72954 avatar vybhav72954 commented on May 22, 2024

You will have to set up an upstream using command.

git remote add upstream https://github.com/deepanshu1422/List-Of-Open-Source-Internships-Programs.git

The rebase your master with upstream.
Alternatively git pull --rebase upstream or git pull can provide the same result depending upon the working tree.

I would still recommend deleting your fork and making a new one though.

Adding an upstream is necessary because you have diverged origin/master with your 10 commits

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

okay, I will make a new fork then.

from list-of-open-source-internships-programs.

chiragbansal-45 avatar chiragbansal-45 commented on May 22, 2024

I did all the changes in a new branch. should I create a PR now?

from list-of-open-source-internships-programs.

vybhav72954 avatar vybhav72954 commented on May 22, 2024

I did all the changes in a new branch. should I create a PR now?

Yes, please. Eagerly waiting

from list-of-open-source-internships-programs.

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.