Answers for "git config global core editor"

0

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.
Posted by: Guest on April-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language