Structs§
Functions§
- choose_
files - Prompts the user to select files to stage and returns the selected file paths. If no files are selected, the program exits.
- get_
paths - Gets the file paths of the changes in your repo.
- git_
add_ selected - Stages the selected files in the git repository. If staging fails, the program exits.