Skip to content

Instantly share code, notes, and snippets.

@mtdtks
Last active September 20, 2017 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtdtks/391edc0e2b8bbe4be63bc82266c07c7e to your computer and use it in GitHub Desktop.
Save mtdtks/391edc0e2b8bbe4be63bc82266c07c7e to your computer and use it in GitHub Desktop.
git lfs settings.
```
git {repo}
git lfs install
git lfs add {target-file-name}
git add .gitattributes
```
#あとは普通にコミット
git-lfsの設定を完了した。
```
git {repo}
git lfs install
git lfs add {target-file-name}
git add .gitattributes
```
#あとは普通にコミット
# repo-first-setting
git {repo}
git lfs install
# add files
git lfs add {target-file-name}
git add .gitattributes
#あとは普通にコミット
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment