Skip to content

Commit

Permalink
something new: 2025-01-05 14:03:49
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Jan 5, 2025
1 parent 115fa4e commit d1a8db3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 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, December 17th 2023, 5:40:26 am
date modified: Sunday, January 5th 2025, 2:03:44 pm
tags:
- git
---
Expand All @@ -9,6 +9,15 @@ tags:

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):

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

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

**clone:**
Expand Down

0 comments on commit d1a8db3

Please sign in to comment.