J
just k @SBinLondon
Tuesday, December 1, 2020 import
Tweet
Some git aliases I have and find useful: * unstage = reset HEAD -- * uncommit = reset --soft HEAD~1 * recommit = commit --amend --no-edit * get = pull origin master And my personal fave: * yeet = push origin HEAD What are your most useful/weird git aliases?