#1 vincesima

オープン
vincesima が 2 個のコミットを vincesima/ZCW-Typescript-Ionic-Ng:master から master へマージしようとしています
vincesima6 年 前 にコメントしました

very basic UI for passion project written in ionic

very basic UI for passion project written in ionic
shiv-3656 年 前 にコメントしました

23053 files!

23053 files!
kristofer6 年 前 にコメントしました
オーナー

you need to build a .gitignore for all the node_module junk and a lot of the other junk too. maybe this one https://github.com/Microsoft/TypeScript/blob/master/.gitignore

you need to build a .gitignore for all the node_module junk and a lot of the other junk too. maybe this one <https://github.com/Microsoft/TypeScript/blob/master/.gitignore>
kristofer6 年 前 にコメントしました
オーナー

once you get the .gitignore file in place, you have to...

Remove Stuff that should ignored.

The series of commands below will remove all of the items from the Git Index (not from the working directory or local repo), and then updates the Git Index, while respecting git ignores. PS. Index = Cache

First:

git rm -r --cached . 
git add .

Then:

git commit -m "Remove ignored files"
once you get the .gitignore file in place, you have to... #### Remove Stuff that should ignored. The series of commands below will remove all of the items from the Git Index (not from the working directory or local repo), and then updates the Git Index, while respecting git ignores. PS. Index = Cache First: ``` git rm -r --cached . git add . ``` Then: ``` git commit -m "Remove ignored files" ```
このプルリクエストは自動的にマージできます。
ログインして議論に参加
ラベルなし
マイルストーンなし
担当者なし
参加者数 3
読み込み中…
キャンセル
保存
まだコンテンツがありません