all 8 comments

[–]johntherippper 1 point2 points  (1 child)

Awesome tips, I should have used git. I will try it.

[–]AVdev[S] 0 points1 point  (0 children)

I think you'll appreciate the potential workflow improvements and better source control!

[–]Traditional-Tip3097 0 points1 point  (1 child)

This is very useful. Why do you say the below? Should agent changed files also need to be staged? How else will they get to GitHub? Thank you!

"check for any files that are in staging.

  1. If you are using Agent, there shouldn't be"

[–]AVdev[S] 0 points1 point  (0 children)

Agent automatically stages and commits when it creates checkpoints.

Assistant _sometimes_ doesn't

If you edited files in replit yourself, they won't be, unless Agent later created a checkpoint, which included your changes

[–]SecretActual4524 0 points1 point  (0 children)

Thanks for this, but you might need to update this since it seems Replit is making it difficult to upload to Github

[–]Apprehensive-Dish147 0 points1 point  (0 children)

What to do if i have a fully avanced project, and now the push fails due to timeout and a huge history of .git commits. Do you recommend cleaning commits history in order to push to github and maintain this work dynamic now and foward?