A exclusão de uma branch é permanente. Não há nenhuma maneira de desfazê-la.
- Esta operação NÃO PODE ser desfeita.- Esta operação irá excluir permanentemente todo o conteúdo da branch vincesima/ZCW-Typescript-Ionic-Ng:master.
vincesima/ZCW-Typescript-Ionic-Ng:master
em master
A exclusão de uma branch é permanente. Não há nenhuma maneira de desfazê-la.
- Esta operação NÃO PODE ser desfeita.
very basic UI for passion project written in ionic
23053 files!
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
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:
Then: