Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 304 Bytes

README.MD

File metadata and controls

10 lines (9 loc) · 304 Bytes

git util scripts

commit.sh

Creates the commit containing all changes and adds branch name before the commit message

Usage examples:

current branch name is 'super_branch'

./commit.sh 'it is new cool commit'

will be created commit with message: 'super_branch it is new cool commit'