タグ

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

  • 関連タグはありません

タグの絞り込みを解除

Gitとemacsに関するyohshiyのブックマーク (3)

  • EmacsのGitクライアント:Magit - Qiita

    これはGitアドベントカレンダーの17日目のエントリーです。 このエントリーではEmacsのGitクライアントであるMagitの紹介を行います。ひよっこプログラマのエントリなので間違いがあれば指摘して下さい。逆に、ひよっこプログラマだからこそ出来る、これを見たら初心者でも出来るようなエントリを目指しました。 Magitって何? EmacsのGitクライアントです。Emacsでコード編集して、ターミナルに移動せずそのままEmacs上でGitの操作を行うことが出来ます。 インストール方法 ソースはgithubで公開されています。 https://github.com/magit/magit インストールします。 $ cd $ mkdir tmp $ cd tmp $ git clone git@github.com:magit/magit.git $ cd magit $ ./configur

    EmacsのGitクライアント:Magit - Qiita
    yohshiy
    yohshiy 2015/07/13
    Magit の日本語解説
  • Using Emacs and Git with Magit 2.1 [LWN.net]

    Did you know...?LWN.net is a subscriber-supported publication; we rely on subscribers to keep the entire operation going. Please help out by buying a subscription and keeping LWN on the net. There is more than one way to mesh a Git workflow with the Emacs editor. As we saw in April, one option is the VC module for Emacs, which provides a common wrapper around many version-control systems. Some Ema

    yohshiy
    yohshiy 2015/07/13
    emacs の Git クライアント 2.1 リリース。
  • 1