You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
For now, i use git in order to get every information needed. Which is not perfect as i've to always parse the output in order to get the right information that i want to use.
Implementing a simple git-python library would be great. Shouldn't do too much:
init (will add a shortcut to init a new repository in the future)
status (used to in diff view & the counter of added/modified/removed files)
Possible ideas(not in the near future):
Add files to staging area
Commits
List of commits btw HEAD & origin
The text was updated successfully, but these errors were encountered:
For now, i use git in order to get every information needed. Which is not perfect as i've to always parse the output in order to get the right information that i want to use.
Implementing a simple git-python library would be great. Shouldn't do too much:
Possible ideas(not in the near future):
The text was updated successfully, but these errors were encountered: