-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
feature: bit undo (or bit fix) #64
Comments
Hi @chriswalz I'm budding gopher, can you elaborate this issue, I want to give it a shot |
Hey maybe start off with bit fix undo-commit This would mean you'd do a soft reset of the commit only if it hasn't been pushed already If (aheadOfRemoteBranch()) { git reset --soft HEAD~1 } |
I think that slack channel in contributing.md file is broken |
I should create new file fix.go in cmd folder for this issue?? |
Hi @chriswalz, waiting for your response |
Hey don't be afraid to get your hands dirty and create a new branch. Yes create a file fix.go in cmd! Check this for some additional guidance on adding a new bit command |
Thanks@chriswalz |
What about slack channel |
Oh no that's a bummer. Does this link work https://join.slack.com/t/bit-cli/shared_invite/zt-xaw5b2nk-pUEt1JyZgi~HDB6BBZQqkw |
Yes @chriswalz , Thanks |
If this issue is still open, may I take a look at this under hacktoberfest2022? |
potential api example
The text was updated successfully, but these errors were encountered: