Skip to content

Commit cc906bd

Browse files
authored
Update .bashrc
1 parent 4356a65 commit cc906bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function gcb {
192192
printf "\\n\\tUse: gcb <create-branch-name>\\n"
193193
else
194194
transformed=$(echo "$1" | tr '-' '_')
195-
git checkout -b "$(date +%Y_%m_%d)_$transformed"
195+
git checkout -b "integralist/$(date +%Y_%m_%d)_$transformed"
196196
fi
197197
}
198198

0 commit comments

Comments
 (0)