Git: Add commits from same branch to master -
i have situation shown in picture:
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
Post a Comment