button-icon

GirişYap

GirişYap
Archi's Academy
    Kurslar
    Kurslar
    #
  • Projeler
    Projeler
  • Archi's Academy

    Alanlar

    #
  • Bloglar
    Bloglar
  • Fiyatlandırma
    Fiyatlandırma
  • İletişim
    İletişim
  • Öğrenci Kulüpleri İçin
    Öğrenci Kulüpleri İçin

BLACK FRIDAY

Tüm Kasım boyunca %85 İndirim

whatsapp
İletişime Geç
Archi's Academy

Navigasyon

  • Kurslar
  • Projeler
  • Bloglar
  • Fiyatlandırma
  • Öğrenci Kulüpleri İçin
  • İletişim

Kurslar

    Alanlarımız

    • Frontend Geliştirme
    • Backend Geliştirme
    • Kalite Güvencesi
    • Agentic AI Kodlama ve LLM
    • Mobil Geliştirme
    • DevOps

    Yasal

    • Gizlilik Politikası
    • Hizmet Şartları

    İletişim

    +1 (217) 200 90 93
    Suite No: 8, 400 Emmet Street
    Kissimmee, Florida 34741 USA
    [email protected]

    Copyright © Tech Career Yazılım Danışmanlık A.Ş. 2026

    instagramlinkedingithubyoutubexfacebook
    visamastercardstripeiyzicoamerican-express
    ETBIS
    1. Home›
    2. Blog›
    3. How to use Github ?

    Mentorship

    Technology

    Productivity

    How to use Github ?

    Why is GitHub profile essential, and why should you learn as a developer?

    If you are a developer who is starting to learn to program, the chances of not having experience with working with a team are less. Every company would be seeking your experience during your interview. But how are you going to show understanding if you don't have experience working somewhere?
    It's a chicken and egg problem for a person who has not worked and is looking for experience. How can you gain experience without working in a company, but the company won't hire you without incident. But, guess what, you can show expertise even without working at a company.
    Welcome, Github - Collaborative platform for code sharing. Just like LinkedIn, every developer or professional should have it.

    What are git and GitHub?

    Git is a free and open-source version control system, usually used by developers to collaborate with other developers for code sharing.
    Github is a service provider for git by easy and maintainable cloud services.

    How to create a profile in Github?

    It won't take more than 5 mins to create a new profile on Github. It's free, and you can complete the shape by visiting github.com and finishing a few steps, which allows you to create a new profile.
    Screen Shot 2022-03-26 at 9.22.01 PM.png

    How to use GitHub? Is it difficult to learn?

    Upon completing the signup, you can create a new repository for your project. A software repository, or "repo," is a storage location for software packages. You should be able to create a private or a public repository to start with.
    One step at a time.
    How to create a new github repository?
    Option for create a creating a new github repository can seen by clicking the + button.
    Screen Shot 2022-03-26 at 9.38.34 PM.png
    Follow the steps to create a new repository by filling the necessary information.
    Screen Recording 2022-03-26 at 9.41.26 PM.mov-high.gif
    Screen Recording 2022-03-26 at 9.41.26 PM.mov-high.gif
    Github commands are straightforward to learn, and as you gain experience, you will be writing commands with a breeze.
    Top Git Commands Every Developer Should Know

    git clone https://name-of-the-repository-link - it is used to download the repository to your system.

    Screen Recording 2022-03-26 at 10.59.23 PM.mov-high.gif
    Screen Recording 2022-03-26 at 10.59.23 PM.mov-high.gif

    git checkout

    Most commonly used git command, if you want to work on a newly created git branch, you need to use this command to switch to that branch.
    checkout.gif
    checkout.gif

    git status

    Gather information about your current status of git. For example, you could use it for unsaved codes, check the branch you are at, check your git branch is an update to date, etc.
    status.gif
    status.gif

    git add

    When you make changes to your code, it will only save to your local drive, not to git until you make a git commit. To let git know that you need to keep the files that were changed and ready to be committed, we use git add.
    Screen Shot 2022-03-26 at 9.26.25 PM.png

    git commit -m "commit message."

    It is the most used ever git command, and you will be using it forever. To save changes for your code, you use git commit. Being a professional developer, make sure to provide meaningful messages to your git commit. Your git messages should be easy to read, and your fellow collaborators would be easy to understand.
    Screen Shot 2022-03-26 at 9.26.44 PM.png

    Archi's Academy - A GitHub campus program sponsored school.

    Archi's Academy is a GitHub campus program sponsored school; hence we promote the importance of GitHub in your professional career. Due to this program, we can provide some exclusive swag items from Github.
    Github_Creative_001.jpeg
    Github_Creative_001.jpeg
    Join Archi's Academy today if you want to excel in git and GitHub - complete our skill test today
    archisacademy.com/skilltest/github
    tofi

    Thoufeeque saheer

    Cumartesi, Mar 26, 2022

    İçerikleri gerçek becerilere dönüştürmeye hazır mısın?

    Proje tabanlı eğitimle hemen başla, ilk günden itibaren uygulamalı deneyim kazan.

    TOC

    Table of Content

    • 01Why is GitHub profile essential, and why should you learn as a developer?
    • 02What are git and GitHub?
    • 03How to create a profile in Github?
    • 04How to use GitHub? Is it difficult to learn?
    • 05git clone <https://name-of-the-repository-link> - it is used to download the repository to your system.
    • 06git checkout <branch name>
    • 07git status
    • 08git add <file name>
    • 09git commit -m "commit message."
    • 10Archi's Academy - A GitHub campus program sponsored school.