Good To Know

Git LFS & Artifactory - Quick Start Guide

AuthorFullName__c
Ariel Kabov
articleNumber
000003777
ft:sourceType
Salesforce
FirstPublishedDate
2017-04-23T07:23:11Z
lastModifiedDate
2024-04-16T13:55:02Z
VersionNumber
5

• Adding 'GIT_TRACE=1' to 'git' commands will verbose the output. Example usage:
$ GIT_TRACE=1 git push origin master
• After the first push, the [lfs] clause from .lfsconfig will be added to the .git/config file. 
$ git lfs help