Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update git (https)
authored
Nov 29, 2022
by
Toru Koizumi
Hide whitespace changes
Inline
Side-by-side
git.md
View page @
d2e2269b
...
...
@@ -10,7 +10,7 @@ Git はバージョン管理システムの一つです。これを利用する
主にリモートサーバにあるリポジトリをローカルマシンへと複製する際に使用します。
```
bash
$
git clone http://exp.mtl.t.u-tokyo.ac.jp/各自のユーザ名/b3exp.git
$
git clone http
s
://exp.mtl.t.u-tokyo.ac.jp/各自のユーザ名/b3exp.git
```
## git add
...
...