- Fork and clone the repository
- Create a new branch:
git checkout -b my-branch-name - Push to your fork and submit a pull request
- Pat yourself on the back and wait for your pull request to be reviewed and merged
- The repository is huge right now, you don't want to waste your time and disk space to get those unrelated files.
- Ignore LFS files during initial
git clonethe repo withGIT_LFS_SKIP_SMUDGE=1 git clone https://mseng@dev.azure.com/mseng/AzureDevOps/_git/CIPlat.Externals- Ignore LFS files during any
git checkoutorgit fetchoperation withGIT_LFS_SKIP_SMUDGE=1.- You do want the LFS smudge filter to run during
git addandgit push, make sure you don't haveGIT_LFS_SKIP_SMUDGE=1when you rungit addandgit push.- More
Git-LFSdoc is at https://github.com/git-lfs/git-lfs/tree/main/docs
Thanks! ❤️ ❤️ ❤️
GitHub Actions Team ![]()