Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 701 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 701 Bytes

PowerShell scripts to automate git pull and git push

You need to have enabled the execution of powershell scripts. Hot to enable PowerShell scripts

My first automation script. Let me know if something can be improved :)

AutoPush

Auto commit and pushes all the new work to the master branch and all of your repositories. The commit comment is the current date & time.

AutoPull

Auto git pulls all the remote work to your local repository on all of your repositories.

Todo

  1. Automate the way the scripts enters all the folders.

I need to learn how the scripts can be runned automatically when the pc turns on