StefanMaron / MSDyn365BC.Sandbox.Code.History

10 stars 3 forks source link

📝 Add `Shallow Clone` doc in `README.md` #1

Closed pibcht closed 4 months ago

pibcht commented 4 months ago

I've proposed an addition to the README.md to include a section on performing shallow clones using the --depth parameter with git clone. This enhancement aims to provide users with guidance on reducing the local repository size by limiting the number of commits fetched during the cloning process.

Related: https://git-scm.com/docs/git-clone https://git-scm.com/docs/git-fetch

Note: My first PR ever! I'm happy to contribute to this repo 🥳