A
A
Automat2018-02-05 12:00:33
git
Automat, 2018-02-05 12:00:33

Dumping master into git branch?

I switched to the old branch, did git pull origin master, there were no conflicts, I made a change to 1 file in it, I want to commit and push.
git status shows 1 changed file.
Confusing is this: why does GitHub Desktop show the number 153 next to the push?
5a781d2d06194901951848.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iMaximus, 2018-02-05
@nomotrack

When you pulled from the master branch, all the changes were in the old one, plus you added another commit of yours. Naturally, nothing has changed on the remote branch. Here it shows you that you will push a bunch of changes there from the master, plus one more last one.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question