意外と便利なので是非!
alias = !git config --list | grep 'alias\\.' | sed 's/alias\\.\\([^=]*\\)=\\(.*\\)/\\1\\\t => \\2/' | sort
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
意外と便利なので是非!
alias = !git config --list | grep 'alias\\.' | sed 's/alias\\.\\([^=]*\\)=\\(.*\\)/\\1\\\t => \\2/' | sort
Register as a new user and use Qiita more conveniently
Go to list of users who liked