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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -