- reputation score 30957
- 22 gold badges
- 111 silver badges
- 134 bronze badges
Create a Git file: commit.sh
#!/bin/sh cd c:/Users/Lenovo/Desktop/nalms/src git add --all timestamp() { date +"at %H:%M:%S on %d/%m/%Y" } git commit -am "Regular auto-commit $(timestamp)" git push origin masterOpen window task scheduler
Create new task
GeneralGeneral → name the task
Go to the trigger section and enable the task scheduler
Press the Done button
Create a Git file: commit.sh
#!/bin/sh cd c:/Users/Lenovo/Desktop/nalms/src git add --all timestamp() { date +"at %H:%M:%S on %d/%m/%Y" } git commit -am "Regular auto-commit $(timestamp)" git push origin masterOpen window task scheduler
Create new task
General → name the task
Go to trigger section and enable the task scheduler
Press the Done button
Create a Git file: commit.sh
#!/bin/sh cd c:/Users/Lenovo/Desktop/nalms/src git add --all timestamp() { date +"at %H:%M:%S on %d/%m/%Y" } git commit -am "Regular auto-commit $(timestamp)" git push origin masterOpen window task scheduler
Create new task
General → name the task
Go to the trigger section and enable the task scheduler
Press the Done button
- reputation score 30957
- 22 gold badges
- 111 silver badges
- 134 bronze badges
createCreate a gitGit file:- commit.shcommit.sh
#!/bin/sh cd c:/Users/Lenovo/Desktop/nalms/src git add --all timestamp() { date +"at %H:%M:%S on %d/%m/%Y" } git commit -am "Regular auto-commit $(timestamp)" git push origin masterOpen window task scheduler
Create new task
General ->→ name the task
Go to trigger section and enable the task scheduler
Press donethe Done button
create a git file:- commit.sh
#!/bin/sh cd c:/Users/Lenovo/Desktop/nalms/src git add --all timestamp() { date +"at %H:%M:%S on %d/%m/%Y" } git commit -am "Regular auto-commit $(timestamp)" git push origin masterOpen window task scheduler
Create new task
General -> name the task
Go to trigger section enable the task scheduler
Press done button
Create a Git file:commit.sh
#!/bin/sh cd c:/Users/Lenovo/Desktop/nalms/src git add --all timestamp() { date +"at %H:%M:%S on %d/%m/%Y" } git commit -am "Regular auto-commit $(timestamp)" git push origin masterOpen window task scheduler
Create new task
General → name the task
Go to trigger section and enable the task scheduler
Press the Done button
- reputation score 19771
- 10 gold badges
- 45 silver badges
- 60 bronze badges
- create a git file :- commit.sh
create a git file :- commit.sh
#!/bin/sh cd c:/Users/Lenovo/Desktop/nalms/src git add --all timestamp() { date +"at %H:%M:%S on %d/%m/%Y" } git commit -am "Regular auto-commit $(timestamp)" git push origin master Open window task scheduler
Create new task
General -> name the task
Go to trigger section enable the task scheduler
Press done button
#!/bin/sh
cd c:/Users/Lenovo/Desktop/nalms/src
git add --all
timestamp() {
date +"at %H:%M:%S on %d/%m/%Y"
}
git commit -am "Regular auto-commit $(timestamp)"
git push origin master
- Open window task scheduler
- Create new task
- General -> name the task
- Go to trigger section enable the task scheduler
- Press done button
- create a git file :- commit.sh
#!/bin/sh
cd c:/Users/Lenovo/Desktop/nalms/src
git add --all
timestamp() {
date +"at %H:%M:%S on %d/%m/%Y"
}
git commit -am "Regular auto-commit $(timestamp)"
git push origin master
- Open window task scheduler
- Create new task
- General -> name the task
- Go to trigger section enable the task scheduler
- Press done button
create a git file :- commit.sh
#!/bin/sh cd c:/Users/Lenovo/Desktop/nalms/src git add --all timestamp() { date +"at %H:%M:%S on %d/%m/%Y" } git commit -am "Regular auto-commit $(timestamp)" git push origin masterOpen window task scheduler
Create new task
General -> name the task
Go to trigger section enable the task scheduler
Press done button
- reputation score 2642
- 2 gold badges
- 26 silver badges
- 40 bronze badges