0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GIt

Last updated at Posted at 2017-03-31

コミット、プッシュ

 ・作業中[API]

clone

1.データ落とすフォルダを作成
2.ターミナルで
 [cd .. (フォルダ作成したのをドラック&ドロップ)]   //フォルダまでのパス
3.[git clone (GitHubのリポジトリをコピペ)       //リポジトリ完了
4.[cd ..]                 //作ったフォルダまで入る
5.[npm i]                //インストール

fork

git remote add kaie [URL]

リモート参照

git remote -v

クリア

php artisan view:clear

fork

git remote add [kaie] [gitからコピペしてきたurl]

※この時、masterのURLになってないか確認
自分のURLをフォークしてmasterにするから自分のGit URlからフォークのURLをコピー

何かremotoで存在するのを削除するとき

git remote rm [登録した名前]

四国案件
git push kaie master

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?