Skip to content
Snippets Groups Projects
Commit d2f1c616 authored by Christophe Bradley Smith's avatar Christophe Bradley Smith
Browse files

Git validation update.

parent 150c4a8d
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ end
function checkVersion()
% Check if the current directory is a Git repository
if ~isGitRepository()
error('This is not a Git repository.');
warning('This is not a Git repository. The version you are using cannot be checked against the shared repository. Enable Git and make sure this is a git repository to validate versions.\n The most up to date code can be found at: https://gitlab.rc.uab.edu/cbsmith2/transcription-save-script');
end
% Fetch the latest changes from the remote repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment