Skip to content

aredridel/git-create-deploy-branch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

git-create-deploy-branch

Creates and maintains a derivative branch of the current branch containing normally gitignored files for deployment.

Any files specified on the command line will be added to the deploy branch, or if unspecified, anything listed in the .gitdeploy file in the root of the repository. If that does not exist, it will add everything in the repository.

This tool completely ignores .gitignore files.

Use

git checkout master
git create-deploy-branch
git show deploy/master # Just to see
git push deployhost deploy/master

or

git checkout master
git create-deploy-branch public
git show deploy/master # Just to see
git push deployhost deploy/master

About

Creates and maintains a derivative branch of the current branch containing normally gitignored files for deployment.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages