@@ -40,6 +40,17 @@ When starting **L3D** with the script this will simply re-use the latest availab
Just call `l3d selfupdate` and the start script will be updated from the original repository.
## Working with Git credentials
In order to commit and push with git you have to at least configure your email address and username for the git client. If you configure those globally on your host, each of the **L3D** containers will inherit those settings and there is nothing that needs to be done inside the container.
To configure those credentials, use these commands:
```bash
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
```
## Getting help
Calling `l3d help` displays information about **L3D** and provides a link to further details.