sh Archivodeconfiguracióndegit

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Archivodeconfiguracióndegit相关的知识,希望对你有一定的参考价值。

# Documentacion ofial:
# https://git-scm.com/book/es/v1/Personalizando-Git-Configuraci%C3%B3n-de-Git
# Config nombre commit
git config --global user.name "John Doe"
# Config email commit
git config --global user.email johndoe@example.com
# Config vim como editor por defecto
git config --global core.editor vim
# Config final de linea como Linux / Mac (LF)
git config --global core.autocrlf input
# Config color para el terminal
git config --global color.ui true

以上是关于sh Archivodeconfiguracióndegit的主要内容,如果未能解决你的问题,请参考以下文章

如何使我的命令行在具有扩展名(.sh)和名称如“weird.sh.sh.sh”的文件上工作

sh sh_template.sh

sh sh.sh

Linux下面如何运行 SH文件

配置告警系统主脚本main.sh mon.sh load.sh 502.sh disk.sh

shell 脚本各种执行方式(source ./*.sh, . ./*.sh, ./*.sh)的区别