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
  • 相关阅读:
    hdu 2546 饭卡
    poj 2262 Goldbach's Conjecture
    poj 1287 Networking
    poj 2377 Bad Cowtractors
    poj 1789 Truck History
    poj 2349 Arctic Network
    poj 1258 Agri-Net
    acdream 20140730 D题
    hdu 1012 素数判定
    hdu 2098 分拆素数和
  • 原文地址:https://www.cnblogs.com/mrluotong/p/10192492.html
Copyright © 2011-2022 走看看