Enable Git LFS for csv and txt
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*.csv filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txt filter=lfs diff=lfs merge=lfs -text
|
||||||
@@ -1,4 +1,12 @@
|
|||||||
# WorkerLogs Analysis
|
# WorkerLogs Analysis
|
||||||
|
## How to use with Git LFS
|
||||||
|
Right now the tracked file are .csv and .txt.
|
||||||
|
Just Pull/Commit/Push normally, but before cloning:
|
||||||
|
```
|
||||||
|
sudo pacman -S git-lfs
|
||||||
|
git lfs install
|
||||||
|
```
|
||||||
|
|
||||||
### How to launch Jupyter in Nu using Pueue:
|
### How to launch Jupyter in Nu using Pueue:
|
||||||
```
|
```
|
||||||
task spawn {uv run jupyter lab}
|
task spawn {uv run jupyter lab}
|
||||||
|
|||||||
Reference in New Issue
Block a user