- Fork and clone beerhub repository
- Commit your beer
git commit -m 'Mikkeller Geek Brunch Weasel' --allow-empty
- Push your changes
git push origin master
- Check out your stats https://beerpals.github.io/#!/username
- No, you can create your own repository and name it
beerhub
, but your drinking activity will be also recorded in the github timeline.
- Change commit date:
git commit -m 'St. Bernardus Abt 12' --date 'Wed Apr 9 23:53 2014 +0200' --allow-empty
-
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 commitsgit 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
.
- 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
Jan Antala | Richard Samela |
---|