https://x.com/SBinLondon/status/1333744070640930816just k @SBinLondonSome 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?Dec 1, 2020 View on X →
Tuesday, December 1, 2020 import