#git bot interface
History of !ff
- A fast-forward merge occurs when you merge a commit which is a descendant of !HEAD. No new commit is created, instead the branch is simply moved forward. See http://sandofsky.com/images/fast_forward.pdf
By ikke at 2012-11-12 20:52:02
- A fast-forward merge occurs when you merge a commit which is a descendant of !HEAD. No new commit is created, instead the branch is simply moved forward. See http://sandofsky.com/images/fast_forward.pdf.
By ikke at 2012-11-12 20:51:59
- A fast-forward merge occurs when you merge a commit which is a descendant of !HEAD. No new commit is created, instead the branch is simply moved forward.
By cmn at 2012-08-17 20:14:15
- A fast-forward merge occurs when you merge a !treeish which is a direct descendant of your current !HEAD. No new commit is created, instead the pointer is simply moved forward.
By EugeneKay at 2012-08-17 20:04:09
- 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. In such these cases, you do not make a new merge commit but instead just update to his revision. This will happen frequently on a remote-tracking branch of a remote repository. (From man gitglossary) See also:
By ikke at 2012-01-24 12:16:50
- 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. In such these cases, you do not make a new merge commit but instead just update to his revision. This will happen frequently on a remote-tracking branch of a remote repository. (From man gitglossary)
By ikke at 2012-01-24 07:05:40