Co-authored-by: sigonasr2 Co-authored-by: <sigonasr2@gmail.com>main
parent
aa2d9991aa
commit
ae27308254
@ -1,6 +1,13 @@ |
||||
#Adds a commit message and pushes project to github repository. |
||||
#Java |
||||
AUTHORS=$(cat utils/.coauthors) |
||||
COMMIT_MESSAGE="$*" |
||||
for a in $AUTHORS |
||||
do |
||||
COMMIT_MESSAGE+=" |
||||
Co-authored-by: $a" |
||||
done |
||||
git add -u |
||||
git add * |
||||
git commit -m "$*" |
||||
git commit -m "$COMMIT_MESSAGE" |
||||
git push |
@ -1,4 +1,4 @@ |
||||
a833e7598ad65672a9c01306d244b49f - |
||||
96ce35f2d2dcb555421e00a6afda23ca - |
||||
fe50a24283991ac63984a3afcac1ac41 - |
||||
b568ecdedf40d35455e1b7998a6f720c - |
||||
2ac636f584c43a1124affb9ea6bdc7bf - |
||||
|
@ -1 +1 @@ |
||||
a3da4bec284acda7002e1f7704457351 - |
||||
5f7a73b1831ca754331307f8354cc5cd - |
||||
|
@ -0,0 +1 @@ |
||||
sigonasr2 <sigonasr2@gmail.com> |
Loading…
Reference in new issue