Skip to content

Files

Latest commit

 

History

History

git_utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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'