Live data from Hacker News

Ask HN: How would you redesign git?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: How would you redesign git?

#6
So many things, but if I were to pick one, I would add a `git stage` command to work with the staging area (wrongly called "the index").

git stage add (git add), git stage delete (git rm --cached), git stage diff (git diff --cached), git stage edit (not possible today)