・Gitのコマンドを短縮する方法(エイリアス)
git config --global alias.新コマンド名 元のコマンド名
git config --global alias.ci commit
=>commitコマンドをciだけで使用可能とする
=「git commit」=「git ci」となる
Go to list of users who liked
More than 1 year has passed since last update.
・Gitのコマンドを短縮する方法(エイリアス)
git config --global alias.新コマンド名 元のコマンド名
git config --global alias.ci commit
=>commitコマンドをciだけで使用可能とする
=「git commit」=「git ci」となる
Register as a new user and use Qiita more conveniently
Go to list of users who liked