Scripts For Git
Always tired of writing the same commands again and again for pushing your code to Git. git add . git commit -m "commit_message" git push This reduces your developer experience. So let's make a shell script to follow the methodology of Do not repea...
Jul 14, 20231 min read30
