JPDev@programming.dev to Programmer Humor@programming.dev · 1 年前Rebase Supremacyprogramming.devimagemessage-square233linkfedilinkarrow-up11.13Karrow-down122
arrow-up11.1Karrow-down1imageRebase Supremacyprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 年前message-square233linkfedilink
minus-squarebort@sopuli.xyzlinkfedilinkarrow-up2·1 年前 Another advice …quick way to squash all your commits in your IDE select the commits you want to squash. Then rightclick. Then “squash”. All done.
minus-squarethesmokingman@programming.devlinkfedilinkarrow-up2·1 年前I am still mystified by IDE VCS tools. It’s usually faster for me to do a quick CLI shuffle than use the IDE.
minus-squarebort@sopuli.xyzlinkfedilinkarrow-up3·1 年前I use like 3 of the git-feature from intellij (out of 100 or so). But these 3 features save me a lot of time. (the other 2 being the 3-way-merge-view and the commit-view where I can select changes for staging)
in your IDE select the commits you want to squash. Then rightclick. Then “squash”. All done.
I am still mystified by IDE VCS tools. It’s usually faster for me to do a quick CLI shuffle than use the IDE.
I use like 3 of the git-feature from intellij (out of 100 or so). But these 3 features save me a lot of time.
(the other 2 being the 3-way-merge-view and the commit-view where I can select changes for staging)