sahil-sagwekar2652 / GitHub-Automation-scripts

Bash and Python scripts to automate your Git & GitHub workflow. Made by using only standard python libraries.
https://sahil-sagwekar2652.github.io/GitHub-Automation-scripts/
MIT License
51 stars 63 forks source link

Add bash script that demonstrates three different methods to create a pull request (fixes #29) #73

Closed iamthecloverly closed 1 year ago

iamthecloverly commented 1 year ago

using the GitHub API with cURL, using the hub command-line tool, and using the gh command-line tool. You can choose the method that suits your needs