Skip to content

Instantly share code, notes, and snippets.

View MGEisa96's full-sized avatar
🎯
Focusing

Mohamed Gamal MGEisa96

🎯
Focusing
View GitHub Profile
@MahmoudMabrok
MahmoudMabrok / task.gradle.kts
Created December 19, 2023 14:41
Prepare files for code review
tasks.register("addSpaceToEndOfLines") {
description = "Add space to the end of each line in .kt files and commit changes to Git"
doLast {
println("Starting magic")
project.exec {
commandLine("git", "checkout", "-b" , "refactor/submitCode")
}