Giter Site home page Giter Site logo

Comments (13)

MukundVarmaT avatar MukundVarmaT commented on August 20, 2024

@SiddarthNilol
Hey, you don't need to. As mentioned in the instructions to submit an issue, I have mentioned that you can add the main repo as another remote. So this becomes like another origin for you. Do that by git remote add main "https://github.com/analytics-club-iitm/Daily-Sessions.git" and hence this repo is referred to by main.

A remote is like a reference to your git folder hosted online.

So next time you want to update your local repo of the fork, just do git fetch main master and git merge main/master. This should update your local repo with the updates in this main repo.
To push that to your fork just add those files and push it to the remote called origin which refers to your forked repo.

Check this out the second section in this link

And by seeing your commit info I don't think you have used the git command line. Please make sure to do that as it has a lot of options.

from weekly-sessions.

Anit-G avatar Anit-G commented on August 20, 2024

how do I upload task 2 to the master branch of Daily sessions

from weekly-sessions.

MukundVarmaT avatar MukundVarmaT commented on August 20, 2024

@Anit-G I didn't understand by what you mean by upload to daily sessions. Do you mean your forked repo or where?

from weekly-sessions.

SiddarthNilol avatar SiddarthNilol commented on August 20, 2024

from weekly-sessions.

MukundVarmaT avatar MukundVarmaT commented on August 20, 2024

@SiddarthNilol I am not able to see anything?

from weekly-sessions.

SiddarthNilol avatar SiddarthNilol commented on August 20, 2024

from weekly-sessions.

MukundVarmaT avatar MukundVarmaT commented on August 20, 2024

@SiddarthNilol I don't see any photos here

Attach them by dragging and dropping also check the preview to see if you can view them

from weekly-sessions.

SiddarthNilol avatar SiddarthNilol commented on August 20, 2024

IMG_20200327_174541

from weekly-sessions.

MukundVarmaT avatar MukundVarmaT commented on August 20, 2024

@SiddarthNilol Hey sorry I didn't see your message. Yeah, so it's just asking a message for the merge you have done.
To move forward from here press ESC and then type :wq this means to save and exit. This comes up at the bottom of the terminal as you type this. It should then merge. Whenever we merge a commit is also made and hence it's asking for a message.

from weekly-sessions.

SiddarthNilol avatar SiddarthNilol commented on August 20, 2024

Screenshot (1)
I'm not able to get a new prompt after doing "git log --all --oneline --decorate"

from weekly-sessions.

MukundVarmaT avatar MukundVarmaT commented on August 20, 2024

@SiddarthNilol Once again the same thing. See the colon on the bottom left. type wq and hit enter it will close.

from weekly-sessions.

SiddarthNilol avatar SiddarthNilol commented on August 20, 2024

Cool! Got it. Thanks

from weekly-sessions.

MukundVarmaT avatar MukundVarmaT commented on August 20, 2024

@SiddarthNilol Hey in case everything is fine please close this issue. You can always open another one in case something pops up.

from weekly-sessions.

Related Issues (5)

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.