我为 mac 设置了github
,现在我正在尝试从终端使用 git 命令。
如果我尝试运行git rebase
命令,我会收到以下消息
> cd /Applications/GitHub.app/Contents/Resources/git/bin
> git rebase
git: 'rebase' is not a git command. See 'git --help'.
>git --help
usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
[-c name=value] [--help]
<command> [<args>]
The most commonly used git commands are:
...
rebase Forward-port local commits to the updated upstream head
....
因此,您可以从帮助输出中看到选项 rebase 存在。
我的 git 有什么问题?
git --version
git version 1.7.8.2