Associating text editors with git

Using Notepad++ as your editors

you can set your default editor in Git to use Notepad++ if you have installed the editor.

1、install notepad++

2、open git bash

3、Type this command:

git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

when you commit, type "git commit",then you can edit your message by notepad++

reference : https://help.github.com/en/articles/associating-text-editors-with-git

最新文章

  1. Linux 与 Linux Windows 文件共享 小知识
  2. struts2使用配置文件中使用json-default的问题
  3. NSoperation线程通信
  4. [No000059]知道这些,你的时间会比别人多一大截
  5. php发送邮件处理功能页面去除重复的邮箱地址
  6. ExtJs 使用点滴 十三 在FormPanel 嵌入按钮
  7. jdk1.7的collections.sort(List list)排序问题
  8. 使用Xcode和Instruments调试解决iOS内存泄露
  9. Codeforces Round #250 (Div. 2)
  10. [Leetcode] Validate BST
  11. 64位Win7系统nbtstat 问题
  12. Python:Day27 socketserver、线程
  13. NOIP2011Mayan游戏(模拟)
  14. Hibernate 基础解析(Configuration,SessionFactory,Session,Transaction,Query,Criteria)
  15. 【Android】Android 设置Activity窗体 不显示标题和全屏显示
  16. 把Catalina的字符串格式转化为日期格式
  17. packetfence 7.2网络准入部署(一)
  18. tensorflow batch
  19. 【技巧总结】Penetration Test Engineer[4]-Web-Security(文件处理、会话管理、访问控制、SSRF、反序列化漏洞)
  20. ROS 教程之 navigation :在 catkin 环境下创建costmap layer plugin

热门文章

  1. 64IE无法显示网页
  2. table-cell width:1% 深入理解
  3. Uncaught TypeError: Cannot read property 'getters' of undefined
  4. DDD关键知识点整理汇总
  5. vue二、脚手架搭建
  6. string函数详解(配案例)
  7. Ribbon标题语句
  8. 蓝桥杯近3年决赛题之3(17年b组)
  9. intellij idea 官方帮助文档翻译(前言)
  10. python 对excel操作用法详解