Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否有一个hg等价于git信息?_Git_Mercurial_Debian - Fatal编程技术网

是否有一个hg等价于git信息?

是否有一个hg等价于git信息?,git,mercurial,debian,Git,Mercurial,Debian,我有git信息,这是git extras的一部分。我实际上想知道远程存储库URL- ┌─[shirish@debian] - [~/games/libcpuid] - [10328] └─[$] git-info ## Remote URLs: origin https://github.com/anrieff/libcpuid (fetch) origin https://github.com/anrieff/libcpuid (push) ## Remote Branches:

我有git信息,这是git extras的一部分。我实际上想知道远程存储库URL-

┌─[shirish@debian] - [~/games/libcpuid] - [10328]
└─[$] git-info

## Remote URLs:

origin  https://github.com/anrieff/libcpuid (fetch)
origin  https://github.com/anrieff/libcpuid (push)

## Remote Branches:

  origin/HEAD -> origin/master
  origin/master

## Local Branches:

* master

## Most Recent Commit:

commit fa87a5e183a3809ded89ecb3efde4e94837c5736
Author: Veselin Georgiev <anrieff@gmail.com>

    Fixed issue #78: date in changelog is wrong

Type 'git log' for more commits, or 'git show <commit id>' for full commit details.

## Configuration (.git/config):

user.name=Shirish Agarwal
user.email=shirishag75@gmail.com
core.editor=leafpad
core.excludesfiles=/home/shirish/.gitignore
core.gitproxy="ssh" for gitorious.org
merge.tool=meld
push.default=simple
color.ui=true
color.status=auto
color.branch=auto
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://github.com/anrieff/libcpuid
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
┌─[shirish@debian]-[~/games/libcpuid]-[10328]
└─[$]吉特信息
##远程URL:
起源https://github.com/anrieff/libcpuid (取回)
起源https://github.com/anrieff/libcpuid (推)
##远程分支机构:
原点/头部->原点/主控
来源/主要
##本地分行:
*主人
##最近提交:
提交fa87a5e183a3809ded89ecb3efde4e94837c5736

作者:Veselin Georgiev,但找不到等效的命令

如果您只需要URL:

$ hg paths
default = https://www.mercurial-scm.org/repo/hg
请参见
hg帮助路径
hg帮助URL
,以及
hg帮助配置