Ticker

6/recent/ticker-posts

Header Ads Widget

HOW TO CREATE 1 GITHUB REPOSITORY manually

HOW TO CREATE 1 GITHUB REPOSITORY MANUALLY

    What is git and GitHub?

    Git and GitHub are powerful place where you can store project related to programming, software development and many more. If you store once you can do the work from any where in the world without having the computer or laptop where you started.

    How to create GitHub repositories?

    The steps involved in creating GitHub repository are:
    • First of all create GitHub account by going here https://github.com
    • By going there you have to give a name that you want to display as a user name.
    • Then fill email id and give your password for login.
    • Now your account is setup.
    • Go and click on icon which will be to the right hand top corner 
    • You will get options go to your profile by clicking on it.
    • Go to repository in profile page.
    • Give a name of your project that you want to place there for easy recognition purpose.
    • GitHub will verify that the name given you is available for you or not if it gives " X" wrong besides name that means it already present in your GitHub so you have to modify it a little bit.
    • After it click on public if you want to show your project to everyone who visit your GitHub profile or click on private to be visible to yourself .
    • Then click create repository.
    • Your GitHub repository is created so next you have to upload project files and documents through git cli or directly inserting into repo.




    Conclusion:

    i wish this blog post had provided you the basics of creating GitHub account and GitHub repository.


    Post a Comment

    0 Comments