]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/git-lfs/README.md
1222b27677695292c6c9ac25555c21a302f40c76
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / git-lfs / README.md
1 # git lfs plugin
2
3 The git lfs plugin provides [aliases](#aliases) and [functions](#functions) for [git-lfs](https://github.com/git-lfs/git-lfs).
4
5 To use it, add `git-lfs` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... git-lfs)
9 ```
10
11 ## Aliases
12
13 | Alias    | Command                             |
14 | :------- | :---------------------------------- |
15 | `glfsi`  | `git lfs install`                   |
16 | `glfst`  | `git lfs track`                     |
17 | `glfsls` | `git lfs ls-files`                  |
18 | `glfsmi` | `git lfs migrate import --include=` |
19
20 ## Functions
21
22 | Function | Command                                         |
23 | :------- | :---------------------------------------------- |
24 | `gplfs`  | `git lfs push origin "$(current_branch)" --all` |