docs(WIP_tools): add repoCmdFiles README and structure#7
Merged
Conversation
Best Practice for "Work In Progress" WIP is to create a separate image of the repo folder structure which is not directly involved with committing changes to the repo. The idea is work on files the WIP folder space until ready for merge/commit/push, then copy/paste to the matching folder/file in the repo (non-WIP) folders and then do a commit. To support this a number of command (.bat) files are included to manage the WIP -> repo file transfer and a facility to make snapshots of the repo folder structure which can be for various reasons, including when needing to revert to a previous version of a file ### Summary Adds WIP_tools directory and README documenting the repoCmdFiles workflow (run in WIP, versioned in repo). ### Changes - WIP_tools/README.md - Initial folder structure under WIP_tools/ ### Verification 1) README renders correctly on GitHub. 2) (Optional) Run the robocopy commands to deploy to: C:\Users\nthomson\Projects\RepoName-WIP\repoCmdFiles\
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Best Practice for "Work In Progress" WIP is to create a separate image of the repo folder structure which is not directly involved with committing changes to the repo. The idea is work on files the WIP folder space until ready for merge/commit/push, then copy/paste to the matching folder/file in the repo (non-WIP) folders and then do a commit.
To support this a number of command (.bat) files are included to manage the WIP -> repo file transfer and a facility to make snapshots of the repo folder structure which can be for various reasons, including when needing to revert to a previous version of a file
Summary
Adds WIP_tools directory and README documenting the repoCmdFiles workflow (run in WIP, versioned in repo).
Changes
Verification
C:\Users\nthomson\Projects\RepoName-WIP\repoCmdFiles\
Summary
Motivation
Changes
Breaking changes
Documentation
Validation
IPR / Sign-off