Skip to content

Simple script to quickly push local repo to GitHub without having to enter [add, commit, push] commands on terminal. (Repo has to be initialized and GitHub account authenticated )

License

Notifications You must be signed in to change notification settings

aalexkarim/git-fast-pusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

git-fast-pusher

Simple script to quickly push local repo to GitHub without having to enter [add, commit, push] commands on terminal. (Repo has to be initialized and GitHub account authenticated )

USAGE

// 1 - Execute script

   php ./updater.php

// 2 - Type custom commit message or press enter for default ( Default commit message created is : "auto-update-{$timestamp}" ) when prompted.

   Press Enter

// 3 - Type prefered repo's branch name or press enter for default when prompted.

   Press Enter

// 3 - Validate when prompted.

   Type Y 
   
   Press Enter

// 4 - Wait for end of script.

About

Simple script to quickly push local repo to GitHub without having to enter [add, commit, push] commands on terminal. (Repo has to be initialized and GitHub account authenticated )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages