I'm working on a project where I currently have 3 branches done as well as their respective merges for the master.
The problem is that when I request a push of the master for the online repository the number of contributions I have happens to be only the one of the current day and then I lose all the history of commits from days gone by.
I followed instructions and I made a git push --all origin
to send all the branches but did not advance the entire contribution history yet does not appear.
Can anyone tell me why it is not keeping all the movement done in the repository since its inception?