2014年6月7日のブックマーク (4件)

  • 環境変数の設定

    Author: syohex Published: 2013-10-13 Last Modified: 2013-10-13 GitHub Source: md 概要 Emacsでの環境変数の設定方法について示します. 特に PATHに関する設定は複雑なので, PATHの設定について詳しく述べます. 対象 対象は MacLinux等の Unix系の環境でシェル以外から Emacsを立ち上げる方です. 後述の通り, シェルから Emacsを立ち上げる場合は, シェルの環境変数が引き継がれるので, Emacs側で環境変数を設定する必要はありません. Windowsを使う場合も同様で, システムの 環境変数の設定が行えていれば, Emacs側で設定する必要はありません. 環境変数を設定する 環境変数を使う場合は setenv関数を使います. setenvは 2引数関数で, 第 1引数は 環境

    環境変数の設定
    mmohei
    mmohei 2014/06/07
  • Set up Git - GitHub Docs

    Using Git To use Git on the command line, you will need to download, install, and configure Git on your computer. You can also install GitHub CLI to use GitHub from the command line. For more information, see "About GitHub CLI." If you want to work with Git locally, but do not want to use the command line, you can download and install the GitHub Desktop client. For more information, see "About Git

    Set up Git - GitHub Docs
    mmohei
    mmohei 2014/06/07
  • Git Branch コマンド | Atlassian Git Tutorial

    このドキュメントでは、git branch コマンドの詳細と全体的な Gitランチング・モデルについて説明します。ブランチングは、現代的なほとんどの VCS(バージョン管理システム)で使用できる機能です。他の VCS のブランチングは、時間とディスク領域を大幅に消費する場合があります。一方、Git のブランチは、毎日の開発プロセスに組み込まれています。Git のブランチは、変更のスナップショットを効果的に指し示すポインターです。新たなフィーチャー開発やバグ・フィックスを行う場合、その規模の大小を問わず、変更をカプセル化するためにブランチを作成します。これにより、不安定なコードが main コード・ベースにマージされにくくなり、main ブランチにマージする前にフィーチャーの履歴を整理することも可能になります。 このドキュメントでは、git branch コマンドの詳細と全体的な Git

    mmohei
    mmohei 2014/06/07
  • EmacsWiki: Compile Command

    The variable ‘compile-command’ holds the default value for the `M-x compile’ command. The default value is “make -k” which is good enough for most projects, because you’ll either have a Makefile, or you can rely on the default rules within make. And if you change the default, Emacs will remember that. However, some people might still want to experiment with it. Take a look at the compile-command d

    mmohei
    mmohei 2014/06/07