タグ

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

タグの絞り込みを解除

Mercurialに関するtoshi-kawanishiのブックマーク (4)

  • foozy / hgbook-ja / wiki / Home — Bitbucket

    Atlassian Sourcetree is a free Git and Mercurial client for Windows. Atlassian Sourcetree is a free Git and Mercurial client for Mac. ようそこ!"Mercurial: The Definitive Guide" 日語翻訳プロジェクトへ! Bryan O'Sullivan 氏による"Mercurial: The Definitive Guide"の日語翻訳を行っています。 【日語翻訳版の入手方法】 《オンラインで HTML 版を読む》 "hgbook 日語版" から辿ってください。 《作成済みの日語版を入手する》 以下の手順で入手した圧縮ファイルには、日語版の PDF ファイルおよび HTML ファイル(分割版)が含まれています。 "ダウンロード"

  • offbytwo/git-hg @ GitHub

    git-hg is currently a set of bash functions that allow to clone and track changes in a mercurial repository. Currently there is no support for pushing changes to a mercurial repository because I have not needed that functionality, but patches are welcome :) Dependencies fast-export, git, mercurial Install checkout the project and add the bin folder to your path. License MIT Authors Cosmin Stejerea

  • Mercurial: log

    Find changesets by keywords (author, files, the commit message), revision number or hash, or revset expression.

  • いろいろ - hg and git

    hg と git のコマンド相違点 似てるようで違う hg と git の違いのメモ。 基 working directory : バージョン管理対象のファイルを置くディレクトリ。バージョン管理対象にしないオブジェクトファイル等を一緒に置いても良い。 repository : working directory の一番上にある、.hg (hg の場合) または .git (git の場合) ディレクトリの中身。バージョン管理に関する情報、履歴等が置かれる。 あるところにあるリポジトリを追いかけるだけの使い方 たとえば www.kernel.org の Linus のリポジトリを追いかけるとか、そんな使い方の場合。一番シンプルな例。 最初の取得 (リポジトリを取得し作業ディレクトリに最新の内容を展開する) hg clone url [dir] git clone url [dir] 最新リ

  • 1