-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ece276d
commit 61ea983
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,11 @@ If you prefer working from the command line, you can follow the steps below to k | |
# Make sure you have git installed | ||
$ git clone --single-branch --filter=blob:none --sparse --depth=1 [email protected]:t18d/attested-conjectures.git | ||
$ cd attested-conjectures/ | ||
$ git sparse-checkout set --no-cone '/*' '!/assets/*.webp' '!/assets/*.pdf' | ||
$ vim greek.csv | ||
``` | ||
See also our [Unix tools](https://t18d.github.io/tools/) page. | ||
Use [Clever/csvlint](https://github.com/Clever/csvlint) to lint the files you’ve edited before staging. | ||
|
||
See also [git Primer](https://github.com/t18d/HuangSupplement/wiki/git-Primer) and our [Unix tools](https://t18d.github.io/tools/) page. | ||
|
||
## CSV syntax | ||
Enclose fields containing commas in double quotes. Escape a double quote inside such fields by a [preceding double quote](https://datatracker.ietf.org/doc/html/rfc4180#section-2). | ||
|