-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snapshot: Implicitly track ("git add") new files? #64
Comments
cf. Jujutsu:
|
To avoid pushing huge files, perhaps only do this for Or have a file-size threshold? |
For this to work without too much overhead users would have to have good .gitignore files. The risk is that we end up with venvs committed willy-nilly. This may not be a big deal in practice though. |
Perhaps cat all of these together: https://github.com/github/gitignore/tree/main/Global |
Just an idea; raising this to discuss.
Problem that it solves: When creating a new Python file or downloading a PNG reference image to your checkout, you have to stage it ("git add") before it will be visible on your snapshot branch.
The text was updated successfully, but these errors were encountered: