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

Additional git support #187

Open
OrthoDex opened this issue Oct 12, 2016 · 2 comments
Open

Additional git support #187

OrthoDex opened this issue Oct 12, 2016 · 2 comments

Comments

@OrthoDex
Copy link

Hey!
I noticed betty has support for undoing git add, I would like to add some additional support based on my own experience.
Initially when contributing to repos, which needed squashing my commits, I saw myself referring to the rebase command multiple times. It would be nice to have support for git rebase in betty.

I would really appreciate inputs on this 😄

@pickhardt
Copy link
Owner

Can you give some example syntax and responses you are expecting?

@OrthoDex
Copy link
Author

Hey @pickhardt , some of the use cases could be:

betty show commits
Betty: Running git log --pretty=oneline --abbrev-commit

another could be:

betty squash my last 5 commits
Betty: Running git rebase -i HEAD~5 ...
Listing last 5 commits in chronological order.

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

No branches or pull requests

2 participants