Change Git Default Editor in Windows

On 32 bit Win OS:

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

On 64 bit Win OS:

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

Obviously the C:/Program Files/Notepad++/notepad++.exe part should be the path to the Notepad++ executable on your system. For example, on Windows 7 it‘s likely to be C:/Program Files (x86)/Notepad++/notepad++.exe .

时间: 2024-08-10 12:15:27

Change Git Default Editor in Windows的相关文章

How to Change the Default Theme Appearance [editing with no theme]

Windows Live Writer has the ability to allow users to see their blog as it'd be posted as they are composing. The standard editor for Windows Live Writer; editing with no theme means there's no fancy theme background, no fancy fonts and the width of

git安装教程(windows安装)

git下载地址 https://git-scm.com/download/win 选择安装的组件,推荐全选 Additional icons 附加图标 ? On the Desktop 在桌面上 Windows Explorer integration Windows资源管理器集成鼠标右键菜单 ? Git Bash Here ? Git GUI Here Git LFS (Large File Support) 大文件支持 Associate .git* configuration files

Git客户端TortoiseGit(Windows系统)的使用方法

这篇文章主要介绍了Git客户端TortoiseGit(Windows系统)的使用方法,需要的朋友可以参考下 本文环境: 操作系统:Windows XP SP3 Git客户端:TortoiseGit-1.8.8.0-32bit 一.安装Git客户端 全部安装均采用默认! 1. 安装支撑软件 msysgit: https://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git 当前最新版本为v1.9.0.  

How to Change Password Complexity Requirements in Windows XP

Original Link: http://www.ehow.com/how_4812793_password-complexity-requirements-windows-xp.html#ixzz32PEZAbOn When you create a new account in Windows XP, you choose a username and a password, which must be a certain length. If you want to get rid of

【转】关于Git Credential Manager for Windows

今天在刚重装好的win8上首次使用Git,发现通过https引入的github库,push时只输入了一次用户名和密码,再push时已经不必输入:更奇怪的是,换了一个库竟然也不必再输入! 查了一下 $ git config --list 发现 credential.helper=manager 于是又 google 了一下,发现了这个集成在了 mingw64 中的开源工具,微软的 Git Credential Manager. 下面是一篇写得不错的博客,转自: 这里 介紹好用工具:Git Cred

Windows 10 上的 Git 如何清除密码? Git Credential Manager for Windows

Windows 10 上的 Git 如何清除密码? 因为一台新的电脑是 Windows 10 在第一次使用 Git 要求输入密码时把密码给输错了. 之前提交都是说 Token 错了,不再出现提示密码. 网上搜索一圈结果有一篇说在在 Git 中输出 git credential-manager uninstall 可以把密码清除. 然后厄运开始,每天 push 都要输出用户名和密码,密码倒是清除了,但是密码也不保存了. 后来搜索了才知道原因 credential-manager 是 Git Cre

在Centos下搭建git并可以通过windows客户端访问

亲测在本地虚拟机和远程服务器上无问题,如有不懂请留言. 注意事项:以下所有操作是在root权限下操作的.1.Centos服务器版本centos6.5 2.首先安装git,使用yum在线安装 1 yum install -y git 安装成功如图所示 3.创建一个git用户,来运行git服务 1 adduser git 4.创建git仓库目录并初始化a.首先创建目录: 1 mkdir -p /mydata/git/gitRepo.git b.初始化git仓库: 1 cd /mydata/git 2

git(5) windows下 pycharm + git ,在本地方便管理

本篇博客讲解一下,windows下如何在pycharm下使用git,在本地进行commit,push,pull等操作 优点:简单,方便 pycharm版本:5.0.3(不同的版本选项分布有所不同) 服务器:阿里云服务器,git在服务器上面 首先第一步你要安装pycharm,同时你也要在本地安装git 如何在本地安装git请点击:windows下安装git 打开pycharm,然后按照下图所示步骤填写,你所安装的git的path 然后在如下所示的步骤中编辑你的git地址,http开头的地址 截止到

[git] [已解决] 在windows系统上使用msysgit / git / tortoisegit,访问git协议的仓库时。git push会卡住没反应。

发现按照git push 卡住去google,能搜到不少之前同行发的blog有提到,但貌似没有解决的.这个问题在msysgit的最新版已经解决了,希望这个solution扩散出去.让更多的程序猿同学看到. ===================== 啊啊啊,研究了两天,终于找到solution了..先仰天长啸一会儿 ===================== 项目组使用的server挂掉了,硬盘损毁,svn等好多内容不再可用,恢复无望. 虽然我们的代码之前并未怎么在上面放,但是前车之鉴,这个时候