Join Nostr
2025-10-06 21:04:51 UTC

Julia Evans on Nostr: git usage question: if you use `git pull` and `git push`, how do you usually use ...

git usage question: if you use `git pull` and `git push`, how do you usually use them?

possible answers include:

- just run `git push` and `git pull` with no arguments (other than --rebase or --ff-only etc)
- always specify remote/branch with `git push origin main` and `git pull origin main`
- some combination of the above
- something else?

(please only reply if you use both `git pull` and `git push`, I'm very aware of team "I never use `git pull`" :) )

might add some follow up polls to this