以下の内容はhttps://m-hiyama-memo.hatenablog.jp/entry/20150919/1442654471より取得しました。


sourcetreeの代わり?

sourcetreeの優れた点

  1. gitとmercurialの両方サポート
  2. 左ペインにリポジトリ一覧
  3. コミット家系図の視覚化(グラフ表示)

このうち:

  1. 諦める、gitのみ
  2. orgモードを使う
  3. どうするか不明。

orgモードを使うには、

  • find ~ -name '.git' | tee ~/git-repos.list のようにする。
  • ~/git-repos.list から ~/git-repos.org を作る。
  • (view-fiel-other-window "~/git-repos.org") を実行する。

キーバインドは、とりあえず、C-c l にした。

(defun gitu:view-git-repos ()
  (interactive)
  (view-file-other-window "~/git-repos.org"))

(global-set-key (kbd "C-c l") 'gitu:view-git-repos)



以上の内容はhttps://m-hiyama-memo.hatenablog.jp/entry/20150919/1442654471より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14