chriswalz/bit

feature: bit undo (or bit fix)

chriswalz opened this issue · 11 comments

potential api example

bit fix undo-commit
bit fix untrack-file
bit fix rename-commit
bit fix catch-up-to-branch

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
#87 (comment)

Thanks@chriswalz

What about slack channel
Looks like a it's link is broken in contributing.md file

If this issue is still open, may I take a look at this under hacktoberfest2022?