FileMerge is a utility that comes with OS X / Xcode, although it is hidden and not the easiest to get to. You can dig around the Xcode.app directory until you find it, although the command ‘open...
Git
(一)服务端软件和账号的安装配置   我们这里只需要两个软件git和ssh,软件版本如下,这两个版本的安装也是非常简单,基本只要注意一点即可:安装目录最好不要用默认路径,确保安装路径中没有空格。其他步骤基本一路Next即可。   Git-1.8.1.2-preview20130201.exe Copssh_4.1.0_Installer.exe   安装完成后,我们...
Git
.gitignore只能忽略那些原来没有被track的文件,如果某些文件已经被纳入了版本管理中,则修改.gitignore是无效的。 正确的做法是在每个clone下来的仓库中手动设置不要检查特定文件的更改情况。 gitupdate-index--assume-unchangedPATH 在PATH处输入要忽略的文件。 然后在.gitignore文件里添加要忽略的文件或文件夹就行了 如...
Git
Go
Friend Links:
Sonft