last min fixes

This commit is contained in:
FlyingPhishy 2024-03-21 14:11:50 +00:00
parent 3f202f4d53
commit 82e3c0a521

View File

@ -15,7 +15,7 @@ def create_branch(branch_name):
print(f"Creating new branch '{branch_name}'...")
subprocess.run(['git', 'checkout', '-b', branch_name], check=True)
print(f"Branch '{branch_name}' created and switched to.")
def push_changes(branch_name, commit_message):
# Push your local changes to your fork on GitHub
print("Pushing changes to fork...")