When I create a repository in Git, it says: "This repository is empty by default!"
I used to have a main branch and a source button with SSH, HTTP.
So, how can I create this default branch without using a terminal?
Thank you all, but I solved my problem.
In the repository admin panel, you just need to check the GitHub pages, it creates the gh-pages branch and shows the source button with SSH, HTTP.
When creating a new empty git repository, you will have an empty default branch until your first commit.
When using EGit, you can create a new git repository from the git Repositories view. See Creating a repository . When this is done, I create workspace projects, uncheck the "default location" and specify a directory in my newly created git repository. There is more discussion of creating git repos in relation to the workspace in Considerations for git Repos .
Source: https://habr.com/ru/post/1382561/More articles:Apache and sftp permissions for automatically updating Wordpress in ubuntu - apacheConfuses the instruction ARM - armMemory problem on Samsung Galaxy Note - androidEmbed a mobile emulator on a website? - androidHow not to sunbathe PhoneStateListener.CALL_STATE_RINGING, if already talking, and the second caller is calling - androidSQL7008 error - workaround? - javaSQL7008 error while updating a DB2 for iSeries table - javaJDK6 libraries - JDK7 compatible - java-7GET request for mp3 in an S3 bucket without downloading a file with 206 partial content? - ajaxCan I create tents in Hudson / Jenkins? - buildAll Articles