Backup: docs: update README | 2025-12-06 15:21:14
This commit is contained in:
14
2git.ps1
Normal file
14
2git.ps1
Normal file
@@ -0,0 +1,14 @@
|
||||
param([string]$Message = "Backup")
|
||||
|
||||
$Timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss"
|
||||
$CommitMsg = "Backup: $Message | $Timestamp"
|
||||
|
||||
Write-Host "Backup: $CommitMsg" -ForegroundColor Cyan
|
||||
|
||||
git add .
|
||||
git commit -m $CommitMsg
|
||||
git push origin main
|
||||
git push github main
|
||||
|
||||
Write-Host "Done!" -ForegroundColor Green
|
||||
pause
|
||||
Reference in New Issue
Block a user