Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 608 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 608 Bytes

#AUTOMATE GITHUB (using GITHUB rest Api)

####Clone this repo then use

###TO CREATE OR DELETE A GITHUB REPOSITORY

bash friday.sh repo create/delete <repository-name>

###TO INITIALIZE AND FIRST COMMIT

bash friday.sh init <commit-msg> <remote-name>

###TO PUSH CHANGED CODE

bash friday.sh push <commit-msg> <remote-name>

WANT TO USE THESE FROM ANY DIRECTORY?

Change friday.sh to friday and put it in the root then use above commands without bash.

#USEFUL LINK (https://www.youtube.com/watch?v=MYFpeDtXs28)