#1 vincesima

開啟中
vincesima 請求將 2 次程式碼提交從 vincesima/ZCW-Typescript-Ionic-Ng:master 合併至 master

very basic UI for passion project written in ionic

very basic UI for passion project written in ionic

23053 files!

23053 files!
kristofer 評論 6 年之前
所有者

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>
kristofer 評論 6 年之前
所有者

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 參與者
正在加載...
取消
儲存
尚未有任何內容