GithubHelp home page GithubHelp logo

Comments (3)

cesmarvin avatar cesmarvin commented on May 23, 2024

Original comment by Sebastian Sdorra (Bitbucket: sdorra, GitHub: sdorra).


I've done tests with some git hosting platforms and all of them create empty repositories. The common way to use a central git repository is the following:

  • create a repository on the server
  • create a repository on the client (with egit)
  • add the location of the server repository as origin (git remote add origin http://...)
  • add and commit some files
  • push the client repository to the server (git push origin master)

These step should also work with egit.

from scm-manager.

cesmarvin avatar cesmarvin commented on May 23, 2024

Original comment by Sebastian Sdorra (Bitbucket: sdorra, GitHub: sdorra).


I think it is the wrong way to create a master branch, because git need no master branch. Git can use every name as default branch.

from scm-manager.

cesmarvin avatar cesmarvin commented on May 23, 2024

Original comment by Thierry L. (Bitbucket: [Thierry L.](https://bitbucket.org/Thierry L.), ).


It works as you describe. I used to clone the server repository, before pushing from local repo under egit but "add the location" solve the issue.

You can close this ticket.

Your program is really nice and useful.

Thanks

from scm-manager.

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.