Automating the Git Add, Commit and Push Process
To automate the git add, git commit, and git push commands, you can write a simple script in any language like Bash.
Let us create a simple bash script that automate this 3 processes of add, commit and push, instead of typing them out everytime we wa...
ramustar.hashnode.dev1 min read