Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Get rid of git #27

Open
bilelmoussaoui opened this issue Jun 4, 2017 · 0 comments
Open

Get rid of git #27

bilelmoussaoui opened this issue Jun 4, 2017 · 0 comments
Assignees
Milestone

Comments

@bilelmoussaoui
Copy link
Owner

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
@bilelmoussaoui bilelmoussaoui added this to the 2.0 milestone Jun 4, 2017
@bilelmoussaoui bilelmoussaoui self-assigned this Jun 4, 2017
@bilelmoussaoui bilelmoussaoui changed the title Get ride of git Get rid of git Jun 4, 2017
@bilelmoussaoui bilelmoussaoui mentioned this issue Jun 17, 2017
Closed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant