mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 19:02:09 +02:00
12 lines
339 B
Markdown
12 lines
339 B
Markdown
# fossil add
|
|
|
|
> Plaats bestanden of mappen in Fossil versiebeheer.
|
|
> Meer informatie: <https://fossil-scm.org/home/help/add>.
|
|
|
|
- Plaats een bestand of map in versiebeheer, zodat het in de huidige checkout zit:
|
|
|
|
`fossil add {{pad/naar/map_of_bestand}}`
|
|
|
|
- Verwijder alle toegevoegde bestanden uit de huidige checkout:
|
|
|
|
`fossil add --reset`
|