B
B
beginer1232016-08-08 08:49:42
git
beginer123, 2016-08-08 08:49:42

Git command not working?

Hello,
I want to set a command so that when git push pushes all my branches in my repo

git config --global push.default matching

But for some reason, the following lines do not appear in the config file:
[push]
default matching

And when you try to do a git push
, he writes something strange
$ git push
Everything up-to-date

And nothing appears on github

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aol-nnov, 2016-08-08
@aol-nnov

> But for some reason, the lines do not appear in the config file:
if you do --global, then this is not in <repo>/.git/config, but in ~/.gitconfig
(if under vend, then look for where it settles there)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question