Skip to content

Commit f4f93df

Browse files
author
rohitkumar.roy
committed
removing git push for each individual commits
1 parent 0ca62f7 commit f4f93df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bulkcommit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ createNewCommits() {
2222
echo "------- Creating File -------> $x"
2323
current_time=$(date "+%Y_%m_%d_%H_%M_%s")
2424
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"
25+
command="echo 'randfile_$x_$current_time' >> BulkCommitDir/randfile_'$x'_$current_time.txt && git add . && git commit -m '$x:randfile_$current_time.txt'"
2626
echo $command
2727
eval "$command"
2828

0 commit comments

Comments
 (0)