タグ

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

タグの絞り込みを解除

tipsとgitに関するnharukiのブックマーク (2)

  • NDP Software :: Git Cheatsheet

    stash workspace index local repository upstream repository status Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the workspace and the index file, and paths in the workspace that are not tracked by git. diff Displays the differences not added to the index. diff commit or branch View the changes you have in your workspace

    nharuki
    nharuki 2013/04/25
    stash/workspace/index/local repo/upstream repo に関係するコマンドが一目でわかる!
  • gitをHTTP Proxy経由で利用したい場合の対処法 - 元RX-7乗りの適当な日々

    会社や学校の中にいる場合、インターネットへアクセスする際に、Proxy(プロキシ)経由でのアクセスとなるシーンがよく見られるのではないでしょうか。 その場合、イントラネット内から分散型バージョン管理システム(分散SCM)であるgitを使った外部アクセスは難しく、特にサーバ側がgit-daemonで稼動している場合は、gitプロトコル(git://)でのアクセスとなり、HTTP Proxy経由でのアクセスにはコツが必要となります。 ということで、Proxy越えにチャレンジしてみることにします。 Corkscrewのインストール まず、HTTP Proxyサーバを通してトンネリングできる「Corkscrew」を利用します。 # apt-get install corkscrew私は、Debian使いですので、サクっとaptでインストールしました。 そうではない場合も、他パッケージ管理システムで

    gitをHTTP Proxy経由で利用したい場合の対処法 - 元RX-7乗りの適当な日々
  • 1