We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca62f7 commit f4f93dfCopy full SHA for f4f93df
bulkcommit.sh
@@ -22,7 +22,7 @@ createNewCommits() {
22
echo "------- Creating File -------> $x"
23
current_time=$(date "+%Y_%m_%d_%H_%M_%s")
24
echo "Current Time : $current_time"
25
- command="echo 'randfile_$x_$current_time' >> BulkCommitDir/randfile_'$x'_$current_time.txt && git add . && git commit -m '$x:randfile_$current_time.txt' && git push"
+ command="echo 'randfile_$x_$current_time' >> BulkCommitDir/randfile_'$x'_$current_time.txt && git add . && git commit -m '$x:randfile_$current_time.txt'"
26
echo $command
27
eval "$command"
28
0 commit comments