Advertisement
nonameolsson

Untitled

Mar 31st, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. andreas@andreas-laptop:~/repos/tms/tms$ git add .
  2. andreas@andreas-laptop:~/repos/tms/tms$ git commit -m "New structure, better mobile layout"
  3. [master 955c914] New structure, better mobile layout
  4. 1 file changed, 224 insertions(+), 216 deletions(-)
  5. rewrite templates/base.html (62%)
  6. andreas@andreas-laptop:~/repos/tms/tms$ git pull
  7. remote: Counting objects: 30, done.
  8. remote: Compressing objects: 100% (16/16), done.
  9. remote: Total 21 (delta 8), reused 0 (delta 0)
  10. Unpacking objects: 100% (21/21), done.
  11. From bitbucket.org:andreasolsson/tms
  12. 2c8bea5..c4bb6aa master -> origin/master
  13. Auto-merging templates/base.html
  14. CONFLICT (content): Merge conflict in templates/base.html
  15. Automatic merge failed; fix conflicts and then commit the result.
  16. andreas@andreas-laptop:~/repos/tms/tms$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement