#1 vincesima

Atvērta
vincesima vēlas sapludināt 2 revīzijas no vincesima/ZCW-Typescript-Ionic-Ng:master uz master

very basic UI for passion project written in ionic

very basic UI for passion project written in ionic

23053 files!

23053 files!
kristofer komentēja 6 gadus atpakaļ
Īpašnieks

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 komentēja 6 gadus atpakaļ
Īpašnieks

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" ```
Šo izmaiņu pieprasījumu var automātiski sapludināt.
Pierakstieties, lai pievienotos šai sarunai.
Nav etiķešu
Nav atskaites punktu
Nav atbildīgā
3 dalībnieki
Notiek ielāde...
Atcelt
Saglabāt
Vēl nav satura.