can i pull a dirty tree with git? -
I have a build system that I use to test the code that I am currently working on. I have to like the script to pull the existing code from my workstation's GIT rep as soon as possible.
I am trying to quickly draw any change from the original / master with any modified files.
More than the definition, modified files are not tracked (unconnected modifications, well, Without a latent.) If you have access then you can definitely copy the work tree, but otherwise, if you want to draw it, then you need to do it. You can do it in a temporary branch, of course, but in some way it should be committed.
EDIT: This answer is about dragging with git If you want to copy the file in response to OP (or want to copy an FIP), then you You can do this, but the bottom line is that it is an operation that requires file system access, not a git remote operation.
Comments
Post a Comment