Live data from Hacker News

Add ASCII art to your GitHub profile page

github.com

11–20 of 20 posts

Re: Add ASCII art to your GitHub profile page

#13
post #10

Earlier quoted context omitted.

github activity discounts commits to non-master branches anyway, which is pretty immoral from my point of view.

It'll display correctly once you merge your non-master branches down.

doesn't seem to be working for me.

Re: Add ASCII art to your GitHub profile page

#15
post #10

Earlier quoted context omitted.

It'll display correctly once you merge your non-master branches down.

doesn't seem to be working for me.

complete stab in the dark here, but perhaps however you're getting your work onto master is rewriting timestamps (NFI if the graph goes off authored or commited dates).

Maybe try 'git checkout master && git merge --no-ff feature-branch' and see if that helps

Re: Add ASCII art to your GitHub profile page

#16
post #2

Not sure if this morally ok, because I assume it uses git timestamps to trick the activity graph.

github activity discounts commits to non-master branches anyway, which is pretty immoral from my point of view.

Immoral seems to be a bit of a strong word here. But then I don't use git/github much.

Can you explain?

Re: Add ASCII art to your GitHub profile page

#20
post #16

Earlier quoted context omitted.

github activity discounts commits to non-master branches anyway, which is pretty immoral from my point of view.

Immoral seems to be a bit of a strong word here. But then I don't use git/github much. Can you explain?

The parent post mentioned "moral", I was just making the point not to take online infographics too seriously - there are inaccuracies in both directions.
Post reply on HN