差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
|
blog:2021:2021-02-09 [2021-02-09 11:28] Decomo 作成 |
blog:2021:2021-02-09 [2022-04-21 11:12] (現在) Decomo |
||
|---|---|---|---|
| 行 34: | 行 34: | ||
| < | < | ||
| - | # git clone -o freebsd --depth 1 --no-single-branch https:// | + | # pwd |
| + | /usr/src | ||
| + | # git clone -o freebsd --depth 1 --no-single-branch https:// | ||
| </ | </ | ||
| - | なお、当方の環境では''/ | + | なお、当方の環境では''/ |
| < | < | ||
| - | # git clone -o freebsd --depth 1 --no-single-branch https:// | + | # pwd |
| - | # mv src/* . | + | /usr/src |
| - | # mv src/.* . | + | # git clone -o freebsd --depth 1 --no-single-branch https:// |
| - | # rmdir src | + | # mv gitsrc/* . |
| + | # mv gitsrc/.* . | ||
| + | # rmdir gitsrc | ||
| </ | </ | ||
| 行 57: | 行 61: | ||
| ただまぁ、どうせgit使うならブランチ情報込みで持っといた方が、今後13.1-RELEASEなどが出てきた時も'' | ただまぁ、どうせgit使うならブランチ情報込みで持っといた方が、今後13.1-RELEASEなどが出てきた時も'' | ||
| + | |||
| + | ---- | ||
| + | (2021-02-18 追記) | ||
| + | |||
| + | 他のライブラリなどに依存しない、軽量gitクライアントとして[[https:// | ||
| + | |||
| + | ソースコードを取ってくるだけなら、gitupを使った方が依存関係ができなくていいかも? | ||