Skip to content

Latest commit

 

History

History
246 lines (201 loc) · 7.33 KB

ENG.md

File metadata and controls

246 lines (201 loc) · 7.33 KB




Github Commt Combo Github Commt Combo Github Commit Combo Github Commit Combo

⭐Hit the star is a great help to development!⭐️

Manage your continuous commit history beautifully

commit record does not break, the number goes up.
If you don't commit for a day, the number is reset.

Please report any ideas or bugs you find

Contact : [email protected]

Private repository commit history not reflected?
Check Private Contributions in Contribution Settings


commit history is reflected as of the day before the server time.
It may take some time for the commit history to be reflected (maximum 3 hours).

Available themes

theme



Quick create and view all themes

Click the picture below (link), check application examples, and create your own theme!

commitcombo-maker

Usage and examples

If the user name is too long, it slides to show it. If you don't want to, write &animation=false at the end of the URL to request it.


Copy and paste the link below into your own README.md file.
{username} is your GitHub name,
{theme} Put the theme you want.

[![commitcombo](http://commitcombo.com/get?user={username}&theme={theme})](https://github.com/devxb/CommitCombo)

Example
{username} = Devxb,
{theme} = DeepOcean-mini.

[![commitcombo](http://commitcombo.com/get?user=Devxb&theme=DeepOcean-mini)](https://github.com/devxb/CommitCombo)

commitcombo

set with sort?

  • align : (left, center, right)
  • Write your github name after user? in img.
<p align="center">
  <a href="https://github.com/devxb/CommitCombo">
    <img src="http://commitcombo.com/get?user=Devxb&theme=DeepOcean-mini"/>
  </a>
</p>

set with change Size?

  • Change the width, height value of style in img tag to the desired size.
<p align="center">
  <a href="https://github.com/devxb/CommitCombo">
    <img src="http://commitcombo.com/get?user=Devxb&theme=Rainbow-mini" width = "200" height = "100"/>
  </a>
</p>

Version history

    version -1.9 / 2021.07.07

  • Update
    use mysql, add table (save user contribuitonCount and etc..)
    add new theme

    version -1.8 / 2021.06.14

  • bug fix Fixed a bug where dragging was not possible in Safari.

    version -1.7 / 2021.06.06

  • Logic fix The contribution has been changed to a way to call the github graphql api.

    version -1.6 / 2021.06.01

  • Fixed logic
  • Controller change jsp -> servlet
  • Change the saving method Save to internal storage instead of saving in session (temporary)

    version -1.5 /2021.05.29

  • Add minitheme-v2
  • Changed the way long usernames are displayed

    version -1.4 / 2021.05.26

  • Fixed fonts are not applied!!
  • Add blue theme
  • Now when the username is cut, it slides sideways to show the username. If you don't want it, just add &animation = false.

    version -1.3 / 2021.05.25

  • Slight performance improvement

  • Fixed issue
  • add calendar theme

    version -1.2 / 2021.05.24

  • Add quick create
  • Fixed animation

    version -1.1 / 2021.05.23

  • add Gradient Theme