Home > Backend Development > PHP Tutorial > mac怎么用git更新代码

mac怎么用git更新代码

WBOY
Release: 2016-06-23 13:56:02
Original
1418 people have browsed it

mac怎么用git clone代码啊  win很简单右键文件夹就?了   然后直接打git clone 地址 那mac怎么搞


回复讨论(解决方案)

git在win和mac下不是一样?
你可以下载GUI或者命令版本的,直接pull,push

在mac上安装Git
在实用工具中打开“终端”,相当于windows的 “命令提示符”
在里面输入命令行 git clone

用git就要学会使用git命令
xcode自带git,去选项中安装即可
git clone [url]

好吧,如果你喜欢图形化的的 git 工具,可以去下载这个, mac 下的
http://www.sourcetreeapp.com/

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template