git config global core editor code example
Example: git config global core editor
git config --global alias.ci commit
this example creates a ci alias for the git commit command.you can invoke git commit by executing git ci.
git config --global alias.ci commit
this example creates a ci alias for the git commit command.you can invoke git commit by executing git ci.