http://zzzmirror.i2p/topics/2966-git-aliases-for-mtn-users
zzzmirror.i2p Development updates Home Forums Topics Posts Uploads Avatars You are not logged in Search Search Login Git aliases for mtn users « Quick Hints, Tricks, and Howtos « I2P Help, Hints, Advice Sun, 04 Oct 2020, 02:38pm #1 zzz Administrator Create or edit ~/.gitconfig Add to or create alias section [alias] ci = commit co = checkout dif = diff drop = reset HEAD head = show -s list = branch -a revrt = checkout HEAD st = status there's already a git revert...