Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [andreasn@laura gnome-web-www]$ git checkout master
  2. Switched to branch 'master'
  3. Your branch is behind 'origin/master' by 25 commits, and can be fast-forwarded.
  4. [andreasn@laura gnome-web-www]$ git pull -r
  5. remote: Counting objects: 7, done.
  6. remote: Compressing objects: 100% (4/4), done.
  7. remote: Total 4 (delta 3), reused 0 (delta 0)
  8. Unpacking objects: 100% (4/4), done.
  9. From ssh://git.gnome.org/git/gnome-web-www
  10. 313105a..0cf6a82 master -> origin/master
  11. First, rewinding head to replay your work on top of it...
  12. Fast-forwarded master to 0cf6a821c88305a0396415ffcca51e203f1891be.
  13. [andreasn@laura gnome-web-www]$ git status
  14. # On branch master
  15. nothing to commit (working directory clean)
Add Comment
Please, Sign In to add comment