Code Monkey home page Code Monkey logo

beerhub's Introduction

Beerhub

Deprecated!!!

Records your drinking activity since 2014.

Getting started

  1. Fork and clone this beerhub repository

FAQ

Do I really need to clone the beerhub repository?
  • No, you can create your own repository and name it beerhub, but your drinking activity will be also recorded in the github timeline.
How to commit beer you have drunk a few hours ago?
  • Change commit date: git commit -m 'St. Bernardus Abt 12' --date 'Wed Apr 9 23:53 2014 +0200' --allow-empty
How to change the commit message of beer you drank and already committed?
  • If it is just the last one, you can use ammend parameter: git commit --amend -m 'St. Bernardus Tripel' --date 'Wed Apr 9 23:53 2014 +0200' --allow-empty

  • Otherwise you need repeat git reset --hard HEAD^ to remove the last commit for all wrong commit messages and then add the new commits git commit -m 'St. Bernardus Abt 12' --date 'Wed Apr 9 23:53 2014 +0200' --allow-empty

  • If you already pushed to github don't forget to git push -f origin master.

Do you show all commits in my timeline?
  • No, we use only master branch. We also filter commits and hide those which message starts with the following:
    • feat:
    • chore:
    • style:
    • fix:
    • test:
    • docs:
    • Merge

beerhub's People

Contributors

janantala avatar

Watchers

 avatar  avatar  avatar

beerhub's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.