Skip to content

Commit c7ad33f

Browse files
committed
feat: removed testing git codes.
1 parent 41c07db commit c7ad33f

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

main.py

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -147,25 +147,8 @@ def main():
147147

148148
git = GitManager(Config.BASE_DIR)
149149

150-
console.print("\n[bold cyan]Git Status Before[/bold cyan]")
151150
console.print(git.status())
152151

153-
git.add()
154-
155-
console.print("\n[bold green]Files staged successfully.[/bold green]")
156-
157-
console.print("\n[bold cyan]Git Status After[/bold cyan]")
158-
console.print(git.status())
159-
160-
git.commit(
161-
"test: verify automatic git commit"
162-
)
163-
164-
console.print("[green]Commit successful![/green]")
165-
git.push()
166-
167-
console.print("[green]Push successful![/green]")
168-
169-
152+
170153
if __name__ == "__main__":
171154
main()

0 commit comments

Comments
 (0)