iT邦幫忙

2017 iT 邦幫忙鐵人賽
DAY 1
1
自我挑戰組

Git學習筆記系列 第 1

Git起手式指令

  • 分享至 

  • xImage
  •  

主要是參考官網的Getting Started

要使用git要先安裝git

安裝步驟可以參考官網

設定git

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

確認自己的設定

$ git config --list
user.name=John Doe
user.email=johndoe@example.com
color.status=auto
color.branch=auto
color.interactive=auto
color.diff=auto
...

也可以透過git config :來查看指定的key的設定值

$ git config user.name
John Doe

不知道如何使用指令?

可以透過help來查詢

$ git help <verb>
$ git <verb> --help
$ man git-<verb>


下一篇
第一個版本庫(Repository)
系列文
Git學習筆記31
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言