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

capability to manage branches #20

Merged
merged 4 commits into from
Nov 10, 2022
Merged

Conversation

mundra-ankur
Copy link
Member

@mundra-ankur mundra-ankur commented Nov 1, 2022

  • Branch - use branch and if not exists create one
    • Create branch
    • Use branch
  • Commit - commit and push changes
    • Add Files
    • Commit
    • Push

@mundra-ankur mundra-ankur requested a review from djzager November 1, 2022 14:42
@mundra-ankur mundra-ankur force-pushed the repo-capabilities branch 2 times, most recently from 2c2cfb4 to 38fa28f Compare November 7, 2022 14:49
Copy link
Member

@djzager djzager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good.

repository/git.go Outdated Show resolved Hide resolved
repository/git.go Outdated Show resolved Hide resolved
repository/git.go Show resolved Hide resolved
repository/subversion.go Outdated Show resolved Hide resolved
repository/subversion.go Outdated Show resolved Hide resolved
repository/subversion.go Outdated Show resolved Hide resolved
djzager and others added 4 commits November 8, 2022 10:21
This makes it possible for addon writers to interact with the repository
via:

1. creating a branch
2. using the branch
3. adding files to staging
4. commit files
5. push changes to server

Signed-off-by: David Zager <[email protected]>
Signed-off-by: Ankur Mundra <[email protected]>
@mundra-ankur mundra-ankur marked this pull request as ready for review November 8, 2022 15:22
@mundra-ankur mundra-ankur requested a review from djzager November 8, 2022 15:37
@djzager djzager merged commit b6cf85c into konveyor:main Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants