|
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)
|
|
|
|
17.
|
|
|
merge [noun]
|
|
|
"A successful merge results in the creation of a new commit representing the result of the merge."
|
|
|
|
(no translation yet)
|
|
|
|
18.
|
|
|
merge [verb]
|
|
|
"To bring the contents of another branch into the current branch."
|
|
|
|
(no translation yet)
|
|
|