GitHub Vs Git
GitHub and Git are related but distinct tools in the world of software development. Git is a distributed version control
Read moreGitHub and Git are related but distinct tools in the world of software development. Git is a distributed version control
Read more𝗴𝗶𝘁 𝗶𝗻𝗶𝘁: It is used to initialize a new Git repository in working directory. 𝗴𝗶𝘁 𝗰𝗹𝗼𝗻𝗲 <𝗿𝗲𝗽𝗼> : It is
Read moreIntroduction: Git is a distributed version control system that tracks changes in any set of computer files, usually used for
Read moreOpen your project in visual studio code Click on Terminal -> New Terninal 3. Run git init command in terminal
Read moreHow to clone using git Using git clone you can make a copy of repo or clone it in a
Read more