Guest User

Untitled

a guest
May 26th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Beaste@BEASTE-PC /c/MANGOS (master)
  2. $ git pull --rebase origin master
  3. From github.com:mangos/mangos
  4. * branch master -> FETCH_HEAD
  5. First, rewinding head to replay your work on top of it...
  6. Fast-forwarded master to 36dd99c8f68042f28e602f0089b946ec3fdd64bb.
  7.  
  8. Beaste@BEASTE-PC /c/MANGOS (master)
  9. $ git add sql/mangos.sql
  10.  
  11. Beaste@BEASTE-PC /c/MANGOS (master)
  12. $ git add sql/updates/9999_01_spell_proc_event.sql
  13.  
  14. Beaste@BEASTE-PC /c/MANGOS (master)
  15. $ git commit -m "Fix 16164 proc conditions"
  16. [master c838996] Fix 16164 proc conditions
  17. 2 files changed, 3 insertions(+), 1 deletions(-)
  18. create mode 100644 sql/updates/9999_01_spell_proc_event.sql
  19.  
  20. Beaste@BEASTE-PC /c/MANGOS (master)
  21. $ git fetch origin master
  22. From github.com:mangos/mangos
  23. * branch master -> FETCH_HEAD
  24.  
  25. Beaste@BEASTE-PC /c/MANGOS (master)
  26. $ git pull --rebase origin master
  27. From github.com:mangos/mangos
  28. * branch master -> FETCH_HEAD
  29. First, rewinding head to replay your work on top of it...
  30. Applying: [9903] Fixed build problem at *nix.
  31. Using index info to reconstruct a base tree...
  32. Falling back to patching base and 3-way merge...
  33. Auto-merging src/game/SharedDefines.h
  34. Auto-merging src/game/Unit.h
  35. Auto-merging src/shared/revision_nr.h
  36. CONFLICT (content): Merge conflict in src/shared/revision_nr.h
  37. Failed to merge in the changes.
  38. Patch failed at 0001 [9903] Fixed build problem at *nix.
  39.  
  40. When you have resolved this problem run "git rebase --continue".
  41. If you would prefer to skip this patch, instead run "git rebase --skip".
  42. To restore the original branch and stop rebasing run "git rebase --abort".
Add Comment
Please, Sign In to add comment