Skip to content

Commit

Permalink
something new: 2025-01-05 14:11:59
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Jan 5, 2025
1 parent d1a8db3 commit 710f5ed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions man/git.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date created: Tuesday, May 7th 2019, 6:33:01 pm
date modified: Sunday, January 5th 2025, 2:03:44 pm
date modified: Sunday, January 5th 2025, 2:11:57 pm
tags:
- git
---
Expand All @@ -11,13 +11,19 @@ some commands I always forget

## git lfs / git large file storage

put large files in a git repository (the `install` part is only required once on the system):
put large files in a git repository:

```shell
git lfs install
git lfs track '.assets/**'
```

uninstall it with:

```shell
git lfs uninstall
```

## clone and pull without full history (shallow clone)

**clone:**
Expand Down

0 comments on commit 710f5ed

Please sign in to comment.