- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
hello,
I made a job to save some image files in a github repository. At each execution of the job I should delete the files present and replace them with those of the current execution. At the moment I am having difficulty with this
Can someone help me?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Typically authorized users administrators can delete file.
However that is not how Git is run.
When a new image file is uploaded and its has the same name as the old file,then
you would only see the new version of the file.
Deleting the old is not needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
In theory, when you push these changes, they overwrite whatever exists in your GitHub repository. They don't need to be deleted.
Is this something SAS specific? If so, please provide the SAS issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What does this have to do with SAS programming?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Typically authorized users administrators can delete file.
However that is not how Git is run.
When a new image file is uploaded and its has the same name as the old file,then
you would only see the new version of the file.
Deleting the old is not needed.