code hindi Information technologyCareer blogs Courses info Digital Marketing About

git init command kya hai? Explained in simple Hindi

`git init` ek Git command hai jo ek naya local Git repository create karta hai. Jab aap `git init` command ko execute karte hain, Git ek .git subdirectory create karta hai aapke current working directory mein. Ye .git subdirectory aapke repository ke metadata aur configuration files ko store karta hai, jaise ki commit history, branches, aur configurations.

Is command ka use typically kisi new project ya existing project ko Git repository mein convert karne ke liye kiya jata hai. Jab aap `git init` command ka use karte hain, aap phir `git add` aur `git commit` commands ka use karke files aur directories ko commit kar sakte hain. Ye repository aapko version control, collaboration, aur project management mein help karta hai.

Server kya hota hai

Integrated Development Environment (IDE) kya hai