A
A
Alexey Nikolaev2016-05-19 19:04:04
GitHub
Alexey Nikolaev, 2016-05-19 19:04:04

How to commit to github so that the activity is reflected in the panel?

Good evening.
The Contributions panel (the one with squares) doesn't show my commits other than the ones I suggested in the pull request. I guess it's because I don't commit to master directly (and github says only commits to master count). My development cycle looks like this:
- create a new branch
- commit changes until the branch reaches the release stage
- create a release from this branch
- merge (--no-ff) and commit to master
In theory, this commit should be taken into account, and since all commits from the branch are transferred to the history of the master, they should also be taken into account, but no. How to be? Throw on this feature, or push all the changes without releases, according to the methodology "hoo*k-hoo*k and into production"? Perhaps I'm doing something wrong, or is this functionality simply unusable and ignored by reputable developers (it's not for nothing that there were solutions that allow you to draw different pictures from squares there)?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
littleguga, 2016-05-19
@Heian

So merge without (--no-ff)
With (--no-ff), commits are not migrated.
via stackoverflow

A
Anton, 2016-05-20
@MoonMaster

Recently faced the same problem. Littleguga's answer seems to be correct, but I don't know.
The author, so a lot of all sorts of conditions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question