gitoxide icon indicating copy to clipboard operation
gitoxide copied to clipboard

oxidize gex

Open Byron opened this issue 3 years ago • 1 comments

Required features

What follows is the result of a real quick analysis

  • [x] init repo
  • [ ] git status
  • [x] git fetch
  • [ ] git add .
  • [ ] manipulate the staging are (i.e. unstage)
  • [ ] reset (soft) - needs higher level functionality
  • [ ] git commit
  • [x] git commit --amend (by hand)
  • [ ] git checkout
  • [x] list branches
  • [x] get HEAD and name of unborn branch

Byron avatar Dec 17 '22 10:12 Byron

Thanks, I'll keep an eye on this!

Piturnah avatar Dec 17 '22 10:12 Piturnah