1. 他の人のリポジトリをローカルにcloneする。
git clone [他の人のURL: https://~~~.git]
2. 自分のGitHubページでリモートリポジトリを作成する。
3. ローカルにcloneしたディレクトリで下記のコマンドを実行する。
git add [ディレクトリ名]
git commit -m "[コメントをつける]"
git push [自分のリポジトリURL: URLhttps://~~~.git]
Go to list of users who liked
More than 1 year has passed since last update.
1. 他の人のリポジトリをローカルにcloneする。
git clone [他の人のURL: https://~~~.git]
2. 自分のGitHubページでリモートリポジトリを作成する。
3. ローカルにcloneしたディレクトリで下記のコマンドを実行する。
git add [ディレクトリ名]
git commit -m "[コメントをつける]"
git push [自分のリポジトリURL: URLhttps://~~~.git]
Register as a new user and use Qiita more conveniently
Go to list of users who liked