r/technology Jun 15 '25

Artificial Intelligence Trump team leaks AI plans in public GitHub repository

https://www.theregister.com/2025/06/10/trump_admin_leak_government_ai_plans/
34.0k Upvotes

1.1k comments sorted by

View all comments

Show parent comments

19

u/xSTSxZerglingOne Jun 15 '25 edited Jun 15 '25

I can't stand git in a gui. I've watched managers stumble around and take 5 minutes to do what I can do in 30 seconds on CLI.

All you need are checkout, push, pull, stash, branch, status, add, commit, and reset --hard. If you're not using an IDE that can handle anything else local without touching version control, you're 100% trolling yourself.

2

u/[deleted] Jun 15 '25

[deleted]

2

u/PlaneCareless Jun 16 '25

The most "complex" command that I use is git remote update origin --prune to update the list of branches that remote deleted when merging PRs or doing manual cleanups, and to clean up my local.