Skip to content

Commit d7e8ae3

Browse files
FelixKimmerleFelix Kimmerle
andauthored
Add neat little git trick: suggest using Git LFS for large/binary files (#225)
Co-authored-by: Felix Kimmerle <[email protected]>
1 parent b34d2ae commit d7e8ae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

01_version_control/my_favorite_neat_little_git_trick_demo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
pretty = format:%C(auto,yellow)%h %C(auto,blue)%>(12,trunc)%ad %C(auto,green)%<(20,trunc)%aN%C(auto,reset)%s%C(auto,red)% gD% D
1616
```
1717
18+
- Use [Git LFS](https://git-lfs.com/) for big files >10 MB or for non-diffable binaries (e.g., images, media, archives, shared libraries).
19+
1820
## Tricks from Winter Term 2024/25
1921
2022
- Click on line number on GitHub and then `blame` to study history of file

0 commit comments

Comments
 (0)