Git: Add commits from same branch to master -


i have situation shown in picture:

gitk screenshot

how move master head point top commit (added preferences) because cannot push remote repository says date (expected, since master not pointing recent commit)

what about:

$ git checkout master $ git merge --ff-only <hash of topmost commit> 

Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -