Skip to content

Commit

Permalink
v 0.4.0, fixed some errors are not properly collected to the summary …
Browse files Browse the repository at this point in the history
…message at the end of gites lpush
  • Loading branch information
pakkinlau committed Oct 28, 2023
1 parent dccdf54 commit 6c13948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gites/subpackage/git_push_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def lpush(self):
continue # type: ignore
print(f"Commit successful. Output:\n{stdout}")

# Git push origin main
# Git push origin main -
push_command = ["git", "push", "origin", "main"]
_, push_output = run(push_command, loc=repo)
# Case 3: if there is any error returning code
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='gites',
version='0.3.9',
version='0.4.0',
description='gites is the home of all developers. It provides bulk clone, bulk push, bulk pull etc. Contact me with my discord ID: pakkin.lau',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6c13948

Please sign in to comment.