Skip to content

Instantly share code, notes, and snippets.

View somebodysomebodynov's full-sized avatar
🎯
Focusing

somebody somebodysomebodynov

🎯
Focusing
View GitHub Profile
def main():
try:
checker = CompareChangesLib(
owner="your-github-owner",
repo="your-repo",
access_token="ghp_xxx",
local_repo_path=".",
branch_a="origin/main",
branch_b="my-feature-branch"
)
import java.nio.file.Files
import java.nio.file.Path
import java.nio.file.attribute.BasicFileAttributes
import kotlin.system.exitProcess
import kotlin.streams.toList
fun main(vararg args: String) {
val dir = try {
Path.of(args[0])
} catch (_: Exception) {