Highlights from Git 2.54

Posted by ingve 16 hours ago

Counter11Comment2OpenOriginal

Comments

Comment by ajoberstar 9 hours ago

Nice to see some seemingly jujutsu inspired features getting into Git core.

  git history reword ~= jj describe

  git history split ~= jj split
https://git-scm.com/docs/git-history

https://www.jj-vcs.dev/latest/cli-reference/#jj-describe

https://www.jj-vcs.dev/latest/cli-reference/#jj-split

Comment by samtrack2019 15 hours ago

the new git history command seems to be useful for quick reword, altho since i use lazygit/magit i don't really see much of a problem to me