Git Cheat Sheet
GQC standards
GQC standards
Branching
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
Handling merge conflicts can get tricky and often waste a lot of time.