Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create initial version of the PyGit libarary #1

Open
dl1998 opened this issue Sep 1, 2023 · 0 comments · May be fixed by #2
Open

Create initial version of the PyGit libarary #1

dl1998 opened this issue Sep 1, 2023 · 0 comments · May be fixed by #2
Assignees
Labels
enhancement New feature or request

Comments

@dl1998
Copy link
Owner

dl1998 commented Sep 1, 2023

Create basic functionality

  • General
    • Read Git configuration
    • Update Git configuration
    • Execute raw Git command
  • Repository
    • Init repository
    • Clone repository
    • Use existing repository
  • Change management
    • Add files/folders
    • Remove files/folders
    • Move files/folders
    • Create commit
    • Create tag
    • Create a new branch
    • Switch between branches
    • Pull changes
    • Push changes
@dl1998 dl1998 added the enhancement New feature or request label Sep 1, 2023
@dl1998 dl1998 self-assigned this Sep 1, 2023
@dl1998 dl1998 linked a pull request Sep 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant