Public stub file, different private file
The stub file 'explicit.html' exists in the public repository but explicitly identifies 'file1_exists.html' as the file to load from the private repository.
- If you haven't authenticated to the private GitHub repository yet, then this page will briefly display a 'Loading content...' message that is automatically replaced by this introductory content and a login form.
- If you use the form and unsuccessfully authenticate to the private GitHub repository, then this page will still display the introductory content and login form but will also display a message identifying the type of authentication failure.
- If you use the form and successfully authenticate to the private GitHub repository:
- this page will be replaced by the contents of the 'file1_exists.html' file from the private repository - even though the stub file is 'explicit.html';
- your authentication credentials will be stored in memory for future use; and
- if you refresh this page or access other pages that use the stored authentication credentials, then the page will briefly display the 'Loading content...' message and attempt to use the stored credentials to access the private GitHub repository.