Git

2016-12-09  本文已影响0人  Silly_N_Fool

2.4 初始设置

$ git config --global user.name "Firstname Lastname"
$ git config --global user.email "your_email@example.com"

这个命令,会在“~/.gitconfig”中以如下形式输出设置文件。In windows, the path is "C:\Users\Cxy"

[user]
    name = cxy161006
    email = xyuchn@126.com

3 使用Gitbub前期准备

3.1 使用前

3.2 实际动手

1. 如何用client客户端添加Bitbucket的仓库?

本地有git仓库,直接添加即可

本地有git仓库

2. 如何删除远程仓库?

在仓库网页内的设置上删除

Setting

点击进入setting即可

Paste_Image.png

Resource

  1. 图解GitHub和SourceTree入门教程
  2. 图解使用Intellij IDEA 创建项目 从github上clone项目 并用SourceTree打开
上一篇下一篇

猜你喜欢

热点阅读