- If you convert to LFS for an existing repository, you will change the history, so the SHA of changed commits changes!!
- That is fine for archiving purposes, as long as it is only about looking up the history.
- All historic states should still work, but you can no longer reference them via SHA.
- You should not use bfg-repo-cleaner because it's not as well supported and maintained anymore compared to git lfs migrate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Unity ## | |
| *.cs diff=csharp text | |
| *.cginc text | |
| *.shader text | |
| *.mat merge=unityyamlmerge eol=lf | |
| *.anim merge=unityyamlmerge eol=lf | |
| *.unity merge=unityyamlmerge eol=lf | |
| *.prefab merge=unityyamlmerge eol=lf |
Devices
List all connected devices - adb devices
Select a particular device - adb -s <device name> <command>
Shell
Android shell - adb shell