Advertisement
Guest User

Untitled

a guest
Mar 28th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. root@media-b42:~/linux-bcache# git fetch git://kernel.ubuntu.com/ubuntu/ubuntu-oneiric.git
  2. From git://kernel.ubuntu.com/ubuntu/ubuntu-oneiric
  3. * branch HEAD -> FETCH_HEAD
  4.  
  5.  
  6. root@media-b42:~/linux-bcache# git merge -s ours
  7. usage: git merge [options] [<commit>...]
  8. or: git merge [options] <msg> HEAD <commit>
  9. or: git merge --abort
  10.  
  11. -n do not show a diffstat at the end of the merge
  12. --stat show a diffstat at the end of the merge
  13. --summary (synonym to --stat)
  14. --log[=<n>] add (at most <n>) entries from shortlog to merge commit message
  15. --squash create a single commit instead of doing a merge
  16. --commit perform a commit if the merge succeeds (default)
  17. --ff allow fast-forward (default)
  18. --ff-only abort if fast-forward is not possible
  19. --rerere-autoupdate update the index with reused conflict resolution if possible
  20. -s, --strategy <strategy>
  21. merge strategy to use
  22. -X, --strategy-option <option=value>
  23. option for selected merge strategy
  24. -m, --message <message>
  25. merge commit message (for a non-fast-forward merge)
  26. -v, --verbose be more verbose
  27. -q, --quiet be more quiet
  28. --abort abort the current in-progress merge
  29. --progress force progress reporting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement