Added README
This commit is contained in:
parent
98718a5dd4
commit
95c89811a7
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<!--
|
||||||
|
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'
|
||||||
|
```
|
Loading…
Reference in a new issue