Skip to content
Snippets Groups Projects

feat: GitLens added to inspect student's executions history

Merged Djamel ALI requested to merge feat-add_gitLen_to_inspect_history into master
All threads resolved!

Files

@@ -53,6 +53,10 @@ export default class GitMission {
}
}
async forgetSshKeys() {
await exec(`ssh-add -d /tmp/.ssh/id_rsa`);
}
async getAuthor(): Promise<string> {
return (await UserMission.getInstance().getGiteaUser()).username;
}
Loading