zoukankan      html  css  js  c++  java
  • 在git bash 中配置git用户名和邮箱及查看配置信息

    Administrator@LuoTong-10035 MINGW32 ~
    $ git config --global user.name "mrluotong"
    
    Administrator@LuoTong-10035 MINGW32 ~
    $ git config --global user.email "836313470@qq.com"
    
    Administrator@LuoTong-10035 MINGW32 ~
    $ git config --list
    core.symlinks=false
    core.autocrlf=true
    core.fscache=true
    color.diff=auto
    color.status=auto
    color.branch=auto
    color.interactive=true
    help.format=html
    rebase.autosquash=true
    http.sslcainfo=d:/Program Files (x86)/Git/mingw32/ssl/certs/ca-bundle.crt
    http.sslbackend=openssl
    diff.astextplain.textconv=astextplain
    filter.lfs.clean=git-lfs clean -- %f
    filter.lfs.smudge=git-lfs smudge -- %f
    filter.lfs.process=git-lfs filter-process
    filter.lfs.required=true
    pack.packsizelimit=2g
    filter.lfs.clean=git-lfs clean -- %f
    filter.lfs.smudge=git-lfs smudge -- %f
    filter.lfs.process=git-lfs filter-process
    filter.lfs.required=true
    user.name=mrluotong
    user.email=836313470@qq.com
  • 相关阅读:
    HDOJ 2102 A计划(bfs)
    HDOJ 1226 超级密码(bfs)
    第一周——Photoshop软件的发展史,并说明其优缺点。
    第一周——Mobile Apps (手机应用)分析
    POJ 3090
    HDU 2824
    UVA 10673
    POJ 1061
    HDU 1358
    POJ 2406
  • 原文地址:https://www.cnblogs.com/mrluotong/p/10192492.html
Copyright © 2011-2022 走看看