ਖ਼ਬਰਾਂ

To get Git to recognize an empty directory, the unwritten rule is to put a file named .gitkeep in it. Git will see the .gitkeep file in the otherwise empty folder and make that folder part of the next ...
Git init example Here's a simple example of how to use the git init command to create a new, local repository to track their files. First, create a folder on their computer for the software project.