Posts tagged as GitHub
Git Index Error
If you have this index error when you try to commit or push then you need to do these steps 1- Remove damaged ancillary pointers and logs by…
GitHub action Dependabot
Keep all your packages up to date. Dependabot alleviates that pain by updating your dependencies automatically, so you can spend less time…
GitHub action to deploy on linux server
You can deploy very easily on a Linux server by Github Actions so after every push to the main branch, it will deploy automatically to your…