Skip to content

Instantly share code, notes, and snippets.

@qianfanguojin
Last active July 28, 2022 04:27
Show Gist options
  • Save qianfanguojin/6c8cc1f4c7d46fb180b1873396ff6d46 to your computer and use it in GitHub Desktop.
Save qianfanguojin/6c8cc1f4c7d46fb180b1873396ff6d46 to your computer and use it in GitHub Desktop.
Git 配置 #configs
#配置用户名和密码
[user]
name = "谢意帆"
email = "1657098617@qq.com"
#配置凭证存储
[credential]
helper = cache --timeout 30000
#配置别名
[alias]
cmm = "commit -m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment