DEV Community

Sunnat Qayumov
Sunnat Qayumov

Posted on

1 1 1 1 1

GIT haqida ma'lumot

Github
Github bu loyihalar saqlash uchun va dasturchilar birga loyihalar ustida jamoaviy ishlashida kerak bo'ladigan platforma(bulutli texnologiya - cloud technology).

Git
Git - bu dasturiy ta'minot versiyalarni nazorat qiluvchi tizim('version control system`). Undan dasturchilar kodni kuzatish, boshqarish va jamoa bilan ishlash uchun foydalanadilar.

Git o'zi qanday ishlaydi?
Git kodni repository (repo) deb nomlanuvchi markaziy joyda saqlaydi. Dasturchilar ushbu repodan nusxa olib, unda ishlashlari va keyin o‘z o‘zgarishlarini qayta yuklashlari mumkin. Git quyidagi asosiy operatsiyalarni bajarishga imkon beradi:

  • Git init -> yangi Git repository yaratish.
  • Git clone -> mavjud repository’ni nusxalash.
  • Git add -> o‘zgarishlarni kuzatish uchun fayllarni qo‘shish.
  • Git commit -m "File name" -> komentariya qoldirish.
  • Git push -> lokal commitlarni serverga ulash.
  • Git Pull -> serverdagi so‘nggi o‘zgarishlarni olish.
  • Git merge -> ikkita kod tarmog‘ini birlashtirish.
  • dotnet Gitignore -> ortiqcha fayllarni olib tashlash.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay