Git Product home page Git Product logo

Comments (5)

alankarkotwal avatar alankarkotwal commented on June 28, 2024

Thanks! Was searching for this feature. Knew it was something..

from msi-urc.

mangalaman93 avatar mangalaman93 commented on June 28, 2024

Don't add .zip files also
may be add this also

Compressed files

*.zip
.tar

And if you don't know, different people can work on different branches so that all can work together. You can merge later on. It will easy, we can do that together. To create a new branch follow this-
git checkout -b new_branch
git push origin new_branch

Everybody can create their own branch with some common format name of the branch for example feature_aman for my work! No one should work on the master branch in such a case and all branches should be merged together on the master. Make sure using git status or git branch that you add commits on your own branch.

from msi-urc.

alankarkotwal avatar alankarkotwal commented on June 28, 2024

Okay.. didn't know that.

People are adding their codes in the component codes section anyway, because the codes they write will not be used as they are. So will branches really be necessary?

from msi-urc.

mangalaman93 avatar mangalaman93 commented on June 28, 2024

no, not necessary! Just easy if everyone is working together! You will not have conflicts every time you commit and you can handle conflicts at the end if at all. Forget it for now I guess! I don't think lot of people are writing codes together!

from msi-urc.

alankarkotwal avatar alankarkotwal commented on June 28, 2024

okay, awesome.

from msi-urc.

Related Issues (2)

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.