Git: Dağıtık Versiyon Kontrol Standardı

Kaynak kod değişikliklerini izlemek için kullanılan bir sistem.

Created by Linus Torvalds in 2005, Git allows every developer to have a full copy of the repository history. It uses SHA-1 hashes for integrity and supports powerful branching and merging workflows.

        graph LR
  Center["Git: Dağıtık Versiyon Kontrol Standardı"]:::main
  Rel_github["github"]:::related -.-> Center
  click Rel_github "/terms/github"
  Rel_open_source["open-source"]:::related -.-> Center
  click Rel_open_source "/terms/open-source"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5 yaşındaki gibi açıkla

Projeniz için dev bir 'Geri Al' düğmesi gibidir. Çalışmalarınızı kaydeder ve istediğiniz zaman eski bir sürüme dönmenizi sağlar.

🤓 Expert Deep Dive

Generated expert content

📚 Kaynaklar