Advertisement
Guest User

Untitled

a guest
Oct 12th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. $ git pull --rebase
  2. remote: Counting objects: 616, done.
  3. remote: Compressing objects: 100% (386/386), done.
  4. remote: Total 616 (delta 272), reused 298 (delta 87)
  5. Receiving objects: 100% (616/616), 1.06 MiB | 0 bytes/s, done.
  6. Resolving deltas: 100% (272/272), completed with 90 local objects.
  7. From xxxx
  8. 3ee92f6..d55ed6b stage -> origin/stage
  9. 655d08b..7daafba master -> origin/master
  10. First, rewinding head to replay your work on top of it...
  11. Fast-forwarded stage to d55ed6b9d9ab146cdcb9fc47631a34e6ff1a9b15.
  12.  
  13.  
  14. ===============================================
  15.  
  16.  
  17. $ git status
  18. On branch stage
  19. Your branch is up-to-date with 'origin/stage'.
  20. Changes not staged for commit:
  21. (use "git add <file>..." to update what will be committed)
  22. (use "git checkout -- <file>..." to discard changes in working directo
  23.  
  24. modified: X
  25. modified: Y
  26. modified: Z
  27. modified: G
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement