30

```
Your branch is behind 'origin/master' by 562 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
```

`$ git pull`

```
251 files changed, 103274 insertions(+), 1361 deletions(-)
```
okay fuck.

Comments
  • 5
    Could be worse.
  • 4
    Be happy that git doesn't get personal, because then it'd get ugly.
  • 4
    @kamen such a relieved there is no conflicts
  • 6
    And no conflicts!! Winning!! 🤙🏼
  • 2
    rm -rf/*
  • 9
    You should be blessed as there is no conflicts
  • 5
    Conflicts shouldn't matter - if you're so far behind the tip of the branch, then your uncommitted local work is probably so old that you might throw it away. If it was important, you should've committed it or at least stashed it.
  • 3
    Do you have multiple developers on local branches all pushing directly to origin/master?

    You might want to rethink that for your own sanity.
  • 1
    @slashasdf
    senior : “oh, I’ve been merge to master branch for weeks now, you guys should update it.“
  • 2
    At least your master compiles... 🤣🤣🤣
Add Comment