LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dvc-commit

record changes to DVC-tracked files

TLDR

Commit changes to .dvc files
$ dvc commit
copy
Commit specific file
$ dvc commit [data.csv.dvc]
copy
Commit with message
$ dvc commit -m "[message]"
copy
Force commit
$ dvc commit -f
copy

SYNOPSIS

dvc commit [options] [targets...]

DESCRIPTION

dvc commit updates .dvc metadata files to reflect changes made to tracked data files in the workspace. After modifying a DVC-tracked file, its hash no longer matches the hash stored in the .dvc file. Running dvc commit computes the new hash and updates the .dvc file accordingly.This is analogous to git commit but for DVC-tracked data: it records that you intentionally changed the file and want to version this new state. The command moves the new version into the DVC cache and updates the metadata.Use dvc commit after editing data files, adding content to tracked directories, or replacing tracked files. The updated .dvc file can then be committed to Git, creating a new data version in your project history.

PARAMETERS

-f, --force

Force commit even if unchanged.
-m, --message msg
Commit message.
-R, --recursive
Commit recursively.

INSTALL

brew install dvc
copy
nix profile install nixpkgs#dvc
copy

SEE ALSO

dvc-add(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid