git-annex/README.md
Tobias Schmidl 95c89811a7 Added README
2023-01-13 19:25:18 +01:00

19 lines
379 B
Markdown

<!--
SPDX-FileCopyrightText: 2023 Tobias Schmidl
SPDX-License-Identifier: CC0-1.0
-->
# git-annex
## Purpose
This is a basic dockerized version of [git-annex](https://git-annex.branchable.com/)
## Usage
Simple, just create an alias:
```
git config --global alias.annexd 'docker run --rm -ti -v $PWD:/git --user $(id -u):$(id -g) registry.gitlab.com/schtobia/git-annex'
```