#shell
Read more stories on Hashnode
Articles with this tag
We can prefix the Git Alias with ! to make it a shell command instead of sub-command to git. git config --global alias.statuses \ '!for repo in $(find...
Today I Learned that alias command when used without any args prints all aliases set in the current shell. Usually I alias command to create a new...