Comment by tomrod
4 years ago
Can you share how these are aliased? I love git and only recently became more of a daily user of it in the command line.
4 years ago
Can you share how these are aliased? I love git and only recently became more of a daily user of it in the command line.
Yup, check out my comment here: https://news.ycombinator.com/item?id=29786798
(I use just external scripts rather than git aliases because I find it a little nicer to work with; git has a feature where if you enter "git foo", it will look for a command "git-foo" to execute.)
probably just an alias in .bash_profile, here's the first thing I found in google: https://www.moncefbelyamani.com/create-aliases-in-bash-profi...