View git basic information/configuration information

 

Check git version
$ git --version
git version 1.7.11.msysgit.1

 

View all git configuration items
$ git config -l
core.symlinks=false
core.autocrlf=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
pack.packsizelimit=2g
help.format=html
...

 

View git remote library address
$ git remote -v
origin [email protected]:web_cmbc (fetch)
origin [email protected]:web_cmbc (push)

 

Check the remote address, remote branch, and a series of information such as the corresponding relationship between the local branch and write.
$ git remote show origin
* remote origin
Fetch URL: https://github.com/appMobi/jQ.Mobi.git
Push URL: https://github.com/appMobi/jQ.Mobi.git
HEAD branch: master
Remote branches:
1.1 new (next fetch will store in remotes/origin)
1.2 tracked
beta tracked
master tracked
Local branch configured for 'git pull':
master merges with remote master
Local ref configured for 'git push':
master pushes to master (local out of date)

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326247533&siteId=291194637