There was an error while loading. Please reload this page.
1 parent a9d0ede commit 829760cCopy full SHA for 829760c
githelp.txt
@@ -238,4 +238,8 @@ Make empty commit
238
239
Revert a Git repository to a specific version, previous commit
240
git revert --no-commit 0766c053..HEAD
241
-git commit
+git commit
242
+
243
+Merging two branches without merging files.
244
+Merge discarding any changes B would introduce. Still, the commits from B are now in A. Files are at the state of A before the merge.
245
+git merge -s ours B
0 commit comments