xhell 中文代码管理手册(1)

  1. install xhsell
  2. Configuration xhell

 

xhell 中文代码管理手册(1)_第1张图片

 

 

xhell 中文代码管理手册(1)_第2张图片

 

xhell 中文代码管理手册(1)_第3张图片

Windows set lesscharset utf-8

Linux export lesscharset utf-8

 

Git bash  

$ git config --global core.quotepath false   # 显示 status 编码

$ git config --global gui.encoding utf-8   # 图形界面编码

$ git config --global i18n.commit.encoding utf-8   # 提交信息编码

$ git config --global i18n.logoutputencoding utf-8 # 输出 log 编码

$ export LESSCHARSET=utf-8

# 最后一条命令是因为 git log 默认使用 less 分页,所以需要 bash 对 less 命令进行 utf-8 编码

 

 

 

Install xlaunch

 

Start xlaunch

 

Config git bash

 

xhell 中文代码管理手册(1)_第4张图片

 

 

 

 

xhell 中文代码管理手册(1)_第5张图片

 

Start gitk

xhell 中文代码管理手册(1)_第6张图片

 

 

 

 

xhell 中文代码管理手册(1)_第7张图片

 

 

你可能感兴趣的:(代码管理)