[ create a new paste ] login | about

Link: http://codepad.org/WMtS2xbO    [ raw code | fork ]

C, pasted on May 13:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
sh-3.1$ git subtree pull -P LuaBridge luabridge master --squash
From github.com:vinniefalco/LuaBridge
 * branch            master     -> FETCH_HEAD
CONFLICT (rename/delete): LuaBridge/shared_ptr.h deleted in HEAD and renamed in 88bcdaa1127d45aa422e2deaeb2408533a5d0661. Version 88bcdaa1127d45aa422e2deaeb2408533a5d0661 of LuaBridge/shared_ptr.h left in tree.
Auto-merging LuaBridge/LuaBridge.h
CONFLICT (add/add): Merge conflict in LuaBridge/LuaBridge.h
Automatic merge failed; fix conflicts and then commit the result.
sh-3.1$git status

# On branch master
# Changes to be committed:
#
#       modified:   LuaBridge/README.md
#
# Unmerged paths:
#   (use "git add/rm <file>..." as appropriate to mark resolution)
#
#       both added:         LuaBridge/LuaBridge.h
#       added by them:      LuaBridge/shared_ptr.h
#


Create a new paste based on this one


Comments: