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 e653cd8 commit c539ee4Copy full SHA for c539ee4
1 file changed
cleanup.ps1
@@ -0,0 +1,7 @@
1
+cd "D:\gsoc org\concore-project\concore"
2
+git rm -r concore.egg-info/ 2>$null
3
+git rm complete_rebase.sh 2>$null
4
+git rm setup_branch.ps1 2>$null
5
+git commit --amend -m "use context managers for file I/O"
6
+git push origin refactor-file-io-v2 --force
7
+Write-Host "Cleaned up! Only 3 files should be changed now."
0 commit comments