Bash and Python scripts to automate your Git & GitHub workflow. Made by using only standard python libraries.
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
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