mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
last min fixes
This commit is contained in:
parent
3f202f4d53
commit
82e3c0a521
@ -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...")
|
||||
|
Loading…
Reference in New Issue
Block a user