How do I find out how my git repository is configured? -


I have a running git folder, where I can push my commute to remote stores, but I manually configure it Did not

How can I find out how it is configured? Which user name and method does this push? For example

for example .git / config

To list your remote treasure,

  git remote -v   

or have a look in the simpler To see all the information available:

  git config -l   
  git remote --help   < P> / div> 

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -