Skip to content

Pushes the current branch and optionally opens it on GitHub.

License

Notifications You must be signed in to change notification settings

nicholasdower/git-publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

git-publish

Pushes the current branch and optionally opens it on GitHub.

To install, add this script to your PATH, then run one of the following:

    git config --global alias.publish '!git-publish' # All repos
    git config alias.publish '!git-publish'          # Current repo only

Usage: git publish [options]

Options:
    -f, --force                      Force push.
    -o, --open                       Open GitHub.

About

Pushes the current branch and optionally opens it on GitHub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages