Skip to content

mrloop/git_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Git Scripts

Helper scripts for managing git workflow.

Intstallation

Add git-cosmetic-commit to your $PATH e.g.

cd /usr/local/bin && curl -L https://raw.githubusercontent.com/mrloop/git_scripts/master/git-cosmetic-commit | sudo tee git-cosmetic-commit >/dev/null; sudo chmod 755 git-cosmetic-commit

git-cosmetic-commit

Creates a new commit for cosmetic changes on current feature branch or creates a new fixup commit for cosmetic changes commit on current branch.

git cosmetic-commit

Read the blog post.

About

Developer workflow convenience scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages