initial commit

3

After using the `git init` command, "initial commit" is the overused futile message used when committing the initial code to a repo

Person A: I just started a new project and "initial commit" seems boring
Person B: I always just use what http://whatthecommit.com/ gives me
Person A: "Copywrite Microsoft 1978" it is

Added by Mrandrewandrade Mrandrewandrade over 8 years ago

  • employeeNumbaOne employeeNumbaOne

    If you are actually a 10x enough dude to use a random initial commit message: git config --global alias.yolo '!git commit -m "$(curl -s whatthecommit.com/index.txt)"' git yolo

    1
    Reply
    over 8 years ago
  • Mrandrewandrade Mrandrewandrade

    omfg, this is gold!

    1
    Reply
    over 8 years ago