70

With the other members of the team refusing to learn git and making changes directly to the staging server i get to write the commit messages for everyone.

Log:
UPDATE: *informative details *

UPDATE: mark made some changes

UPDATE: colin made the same changes as mark but different

UPDATE: andrew undid all colins updates to change one link and I had to add them back in, thank gawd I commit the night before

BUGFIX: andrew keeps changing the database host to localhost and uploading it without changing it back

UPDATE: we all hate andrew

Comments
  • 28
    Get your shit together Andrew
  • 8
    Nice little trick we do at work : use a host name as db host and put an entry on it on your hosts file 👌

    Than you don't have to keep changing it on the code, only on the machine you are running it.

    If that's the case... Kick Andrew on the forehead...
  • 5
    andrew.throatPunch();
  • 2
    So what are they using, SVN?
  • 10
    Staging servers are for wusses. Get Andrew onto that production server and keep those updates coming!!
  • 2
    That's insane, can't you ban them from the staging server?
  • 9
    Your team members suck. Refuse to learn git? Its not a fucking rocketscience.
  • 1
    @cahva pretty much what I was thinking. Most I've met are excited to learn git.
  • 1
    @azous
    Andrew's forhead has been kicked.
  • 1
    @Arlekin
    Before I came on, and I shot you not, dropbox.
  • 2
    @Charmgoggles
    Tried that,
    It comes off as, 'control freak' to not let anyone else pull or upload.

    Cronjob git commit every day, and let the admin sort it out.
  • 2
    @cahva
    Corrections,
    This is the third team that refuses to learn git.
  • 3
    @Arlekin probably dropbox 😂
  • 3
    I don't want to sound too condescending, but HOW any serious dev can work without VCS ??
    Its not "best practice" that takes some time but its helpful - like testing - for me vcs kinda stands in the same place as syntax highlighting - its just something you need to work.
    I read that author of dwarf fortress doesn't, but he kinda works only on it alone the whole time and given tremendous work he's done it makes it rather cute. But in "real world"...
  • 1
    @Arlekin
    Not having TDD or BDD.
    That is a another battle all together.
Add Comment