Skip to content

[WIP]Pro Git用語集 #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions vocabularies.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
原文 訳語 備考
Git directory Git ディレクトリ
HEAD HEAD 最新コミットのスナップショット
branch ブランチ
browser ブラウザー
change 変更
chapter 章
comitted コミット済
commit コミット
commit history コミット履歴 historyと区別すること
community コミュニティ
computer コンピューター
data データ
database データベース
designer デザイナー
diff 差分 ツール・コマンドのことを指す場合は原文のまま
directory ディレクトリ
history 歴史 commit historyと区別すること
index インデックス 次のコミット候補のスナップショット
installer インストーラー
interface インターフェイス
member メンバー
merge マージ
modified 修正済
modify 修正
non-linear development ノンリニア開発
nonlinear ノンリニア
programmer プログラマ
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここはプログラマーの方が一貫性があるように見えます。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

用語集、随分とながいあいだほったらかしてしまっています……ご指摘ありがとうございます!

#62 で訳文の修正を管理していますので、それと併せてご指摘の箇所も反映しておこうと思います。

repository リポジトリ
sandbox サンドボックス
server サーバー
stage ステージする
staged ステージ済
staging area ステージング・エリア
stash stash 原文のまま
store 格納
submodule サブモジュール
two factor authentication 二要素認証
unified diff unified 形式の差分
upstream 上流
user ユーザー
workflow ワークフロー
working directory 作業ディレクトリ