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

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

wpf - ControlTemplate with changes for every class -

sql - Return Function using Cursor -