To retrieve the latest development version, just type git clone git://git.gnome.org/gimp from the command line.
要获取最新的开发版本,只需从命令行键入git clone git://git.gnome.org/gimp。
The screencast shows how to paste snippets then use the generated git clone URL to access the pasted code using command line git and then pushing a modified version back.
录像中演示了如何粘帖代码片段,然后用git命令行通过Gist生成的git克隆URL访问粘帖的代码,最后把修改后的版本推送回去。
Gist works the same way - except with a twist: the pasted text ends up in a git repository, which is accessible via a git clone URL - it can be checked out with a git client program.
Gist与Pastie的原理是一样的,只不过它还有一样绝招:粘帖的文本会被放进一个git仓库,仓库可以通过一个git克隆url访问,还可以用git客户端程序检出。
Gist works the same way - except with a twist: the pasted text ends up in a git repository, which is accessible via a git clone URL - it can be checked out with a git client program.
Gist与Pastie的原理是一样的,只不过它还有一样绝招:粘帖的文本会被放进一个git仓库,仓库可以通过一个git克隆url访问,还可以用git客户端程序检出。
应用推荐