14
voiid
6y

$: git commit -m 'I died'

Last commit message.
Comment yours below 🙂:

Comments
  • 2
    git commit -am "(SOS-2280) fixed featureflags"
  • 6
    git commit -m "hopefully final edit, should be fully functional"

    Following this was 5 other commits from other developers fixing my commit...
  • 1
    git commit -a -m "pagination support in itemselect"
  • 2
    git commit -m "Implement deletion and starting of tiling properly"

    I know, it's boring, but informational as it's supposed to be. Especially when you work with a team.
  • 1
    git commit -m "fixed bugs introduced in the last commit && added bugs to fix in the next one"
  • 1
    git commit -m "cleaned" because I hit the clean build button in Visual Studio after the previous bugfix commit
  • 1
    git commit -m "The login system now uses the new API, premium & cracked login is working"
  • 1
    git commit -m "Fixed stupidity created by feature/some-fancy-feature branch merge. Wonder if code review was done for that feature"
  • 0
    git commit -m "OH FUCK I FORGOT TO START THE SERVER IN THE MAIN FILE PLEASE WORK NOW"
    but it didn't worked because i forgot to start the server for the autocommit git pull thing and i didnt had the ssh password. damn.
  • 1
    And if anyone is wondering how you should write commit messages, here's a really good article.
    https://chris.beams.io/posts/...
  • 0
    git commit -m "Fixed .bashrc typo"
  • 1
    git commit -m “make ‘em WHITE”
  • 1
    Added "Illusion Magic"

    (I'll let you guess the context on why I would write this.. ;D)
  • 0
  • 1
    @codeStalker

    No idea what your comment means.
  • 1
    @Cyanite it sounds like illusion magic to me 😗
  • 1
    @codeStalker

    ""Illusion Magic:
    Illusion Magic, also sometimes called Sensory Magic, is an umbrella term for any spell or magic that tricks ones senses into sensing something (or not sensing something). Illusion Magic has two problems. The main one is that, if you are expecting it, you can dispel it if you know how. The other, is that is only works against living things.
    Here’s a popular example of the former: Invisibility. Say, you are invisible. And you are on Earth. And in your invisible-ness, you decide to sneak into a building. Now, the people in the building cannot see you. (Though, they can here you, so be quiet!) However, Earth is known for it’s technology, and a popular piece of technology is the video-camera. For those of you unaware: A video-camera is a piece of non-magical equipment that can displace a live image of an event, and either “keep” it, so that others can view what happened at a later date, or view it in real-time from another location. Video-cameras are not affected by Illusion Magic, and can see a person or creature that is invisible.""

    //that moment when you have to explain a "video-camera" to a race that doesn't know about technology//
  • 1
    My grandmother never told me about this in the nighttime stories. @Cyanite . Is there a way to hide from the new technologies like camera. Apart from that I think it's pretty cool. I will like to go invincible sometimes
  • 1
    @Cyanite sorry to disturb if you're busy 🙂
  • 1
    @codeStalker Invisible* ;P Invincible is an entirely different thing..

    I'm trying to prosue writing, and I'm creating the magic system before I start.

    Right now I'm creating a general system that obeys basic physics and chemistry (and logic), then I will convert it into a textbook format so that the reader feels like they got their hands on a lost class book from the "Other World" as I call it.

    I'm using git so that I have online backups I can easily sync.
  • 1
    @Cyanite using git means you have backups, not necessarily online ;/?. I will like to contribute anyway, I seem to have a lot of spare time recently to chase the wind. Hook me up.
  • 1
    @Cyanite make sure you do all your syncs with "rsync". Damn am already contributing too much already!
  • 0
    @codeStalker

    I backup through a github repo.
  • 1
    @Cyanite the cyanite project right. Cos am already stalking it.
  • 1
    @Cyanite I love reading anyway. No jokes ~^. Recently completed Mistborn book 1
  • 0
    @codeStalker

    Don't read Twin Souls! D;

    I need to re-write it! >_<

    "RISE: From Void" Is what I'm talking about now.
  • 0
    @Cyanite Will try and read both. Actually more interest in the process not just the end result.
    Have always wondered what goes in the mind of authors like Brandon Sanderson when they write their stories...
  • 0
    @codeStalker

    It's the nature of the Twin Souls story is why I don't want you to read it right now. >_<

    //Why am I saying that? That's just going to make you want to read it more. :P//
  • 0
    @Cyanite haha. And is that why you wanna rewrite it? 😄
  • 1
    @codeStalker

    Not exactly.. But a lot of things have changed. The //reason// I wrote the story is very much different, and I want to re-write the story to reflect that. I've also changes my name since writing that story, so the names in it don't make sense.

    It's just a story outline anyways.
Add Comment