Skip to content

Commit

Permalink
Merge pull request #69 from AbanteAI/merge-summarize-git-diff-examples
Browse files Browse the repository at this point in the history
Merge summarize git diff examples
  • Loading branch information
biobootloader authored Feb 15, 2024
2 parents b466737 + 44ad210 commit 8cded46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
def function_1():
import subprocess

# Attempt to capture the output of git diff
# Capture the output of git diff so I can see it to write the summary
diff_output = subprocess.check_output(["git", "diff"], universal_newlines=True)
print(diff_output)
print("CONTINUE")
Expand Down
42 changes: 0 additions & 42 deletions examples/repo/summarize_git_diff_part_1.py

This file was deleted.

0 comments on commit 8cded46

Please sign in to comment.