タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

tipsとgitに関するsecondlifeのブックマーク (4)

  • 【翻訳】あなたの知らないGit Tips

    Mislav Marohnićさんの "A few git tips you didn't know about" を翻訳しました。 元記事はこちら: http://mislav.uniqpath.com/2010/07/git-tips/ (翻訳の公開は人より許諾済みです) 翻訳の間違い等があれば遠慮なくご指摘ください。 あなたの知らないGit Tips注意:いくつかのコマンドやオプションは Git の version 1.7.2 以降が必要です。 OS Xでは、 Homebrew で簡単にアップグレードできます: brew install git git log でブランチとタグも見る$ git log --oneline --decorate 7466000 (HEAD, mislav/master, mislav) fix test that fails if current d

  • git.zip - Git runtime files : vim online

    Included are syntax, indent, and filetype plugin files for git, gitcommit, gitconfig, gitrebase, and gitsendemail. Earlier versions of these files are shipped with Vim as of 7.2. The latest versions of these files can be retrieved from http://github.com/tpope/vim-git, which is the official distribution. If you're looking for a Vim interface to Git, be sure to try fugitive.vim: vimscript #2975 http

  • 2008-03 - while (“im automaton”);

    最近は一度Vimを起動したらPCシャットダウンまで終了しないと言ってもいいくらいの使い方をしているのですが、稀にGNU screenの別のウィンドウから起動済みのVimのプロセスを操作したい場合があります。つまり、ウィンドウAとウィンドウBがあったとして、両方から同一のVimプロセスをインタラクティブに操作したいということです。 例えば、カレントディレクトリのファイルを開いて多少の編集をし、結果を起動済みのVimプロセスの適当なバッファにコピペするとします。GNU screenや端末エミュレータ自体の機能を用いてコピペすることは不可能ではないですが、'nowrap'や'number'の状態で正しくコピーすることはまず不可能ですし、コピーの種類(文字単位、行単位、矩形単位)の情報が落ちるので思ったようなペーストができませんし、何よりVimの完全なキーバインドが使えないので不便です。 Emac

    secondlife
    secondlife 2008/05/22
    git archive --prefix=dir/ master | tar xf -
  • SVN's svn:externals to GIT's Submodule for Rails Plugins - Panther Software

    Why Git? Do you manage your Rails Plugins via svn:externals? Thinking of switching to Git but are concerned that Git lacks a direct equivalent of svn:externals? In this article I present a work-around or even IMHO a better solution than SVN's.Please note that I have posted a follow-up article, which presents a working solution using Git sub-projects to overcome the git-cat-file bad file error whe

    secondlife
    secondlife 2008/05/01
    svn:externals を git submodule で
  • 1