Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitri Popov <[email protected]>
  • Loading branch information
dirkmueller and dmpop committed Nov 28, 2024
1 parent a172082 commit 5edfcfb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/bci_build/package/git/README.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# {{ image.title }}: Git application container
{% include 'badges.j2' %}


## Description

Git is a distributed version control system that tracks
versions of files. Git is primarily designed for controlling source code in collaborative software development.


## Usage

This container provides the {{ image.publish_registry.vendor }} version of Git.

Example of using Git container:

```ShellSession
$ podman run {{ image.pretty_reference }} git help
```

As Git requires a repository, the container
does not explicitly set an entrypoint. This way, you can launch the container in
interactive mode to clone a repository and work on it. To avoid losing all your changes when exiting the container, use a persistent volume mount on launch.

For more use cases and documentation, refer to the
[Git SCM documentation](https://git-scm.com/doc).


{% include 'licensing_and_eula.j2' %}

0 comments on commit 5edfcfb

Please sign in to comment.