benthayer / git-gud

Wanna git gud? Then get git-gud, and git gud at git!
MIT License
414 stars 43 forks source link

Generate solution for rampup/detaching #215

Closed benthayer closed 4 years ago

benthayer commented 4 years ago

Once we merge #187, we will need to generate a user-friendly solution to rampup/detaching.

Current solution:

git checkout bugFix
git checkout @^
git checkout @{1}

Ideal solution:

git checkout <commithash>

To find the commit hash, we will need to override the Level.solution() method

sahansk2 commented 4 years ago

I'll try to tackle this issue after #236 is merged.

benthayer commented 4 years ago

@sahansk2 #236 has been merged, are you ready to give this a go?

sahansk2 commented 4 years ago

Does #268 make this issue irrelevant?

benthayer commented 4 years ago

Yes