Answer the question
In order to leave comments, you need to log in
Git Not Pushing?
For some reason, the git push command does not work
What I did
1. Created a local repo 2. Changed
something
3. Pushed the repo to github
git remote add origin repo_link
git push -u origin master
4. Created and switched to the second branch
5. Changed something
6 .I want to push both branches
, for this I write
git config --global push.default matching
7.I do
git push and
displays a message
Everything up-to-date
Answer the question
In order to leave comments, you need to log in
all this sheet lacks the most important thing - committing changes!
git commit!!1
You forgot to pull somewhere! This must be done in order to push again later. Are you working on a project alone?
4.Created and switched to the second branch
5.Changed something
6.I want to push both branches
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question