|
4.
|
|
|
branch [noun]
|
|
|
"A 'branch' is an active line of development."
|
|
|
|
(no translation yet)
|
|
|
|
7.
|
|
|
checkout [verb]
|
|
|
"The action of updating the working tree to a revision which was stored in the object database."
|
|
|
|
(no translation yet)
|
|
|
|
9.
|
|
|
commit [noun]
|
|
|
"A single point in the git history."
|
|
|
|
(no translation yet)
|
|
|
|
10.
|
|
|
commit [verb]
|
|
|
"The action of storing a new snapshot of the project's state in the git history."
|
|
|
|
(no translation yet)
|
|
|
|
11.
|
|
|
diff [noun]
|
|
|
""
|
|
|
|
(no translation yet)
|
|
|
|
12.
|
|
|
diff [verb]
|
|
|
""
|
|
|
|
(no translation yet)
|
|
|
|
13.
|
|
|
fast forward merge
|
|
|
"A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
|
|
|
|
(no translation yet)
|
|
|
|
14.
|
|
|
fetch
|
|
|
"Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
|
|
|
|
(no translation yet)
|
|
|
|
15.
|
|
|
hunk
|
|
|
"One context of consecutive lines in a whole patch, which consists of many such hunks"
|
|
|
|
(no translation yet)
|
|
|
|
16.
|
|
|
index (in git-gui: staging area)
|
|
|
"A collection of files. The index is a stored version of your working tree."
|
|
|
|
(no translation yet)
|
|
|