Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions osiris.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ function areRemoteChanges() {
});
}

// Function to check if local files are outdated compared to the remote GitHub repo
async function checkRepoStatus() {
const remoteChanges = await areRemoteChanges();
if (remoteChanges) {
console.log('There are remote changes. Some files may be outdated.');
} else {
console.log('No remote changes. All files are up to date.');
}
}
// Function to check if local files are outdated compared to the remote GitHub repo
async function checkRepoStatus() {
const remoteChanges = await areRemoteChanges();
Expand Down