Settings

Theme

Ask HN: Why we use Git wrong?

1 points by modinfo 10 days ago · 0 comments · 1 min read


Git have more potential, even word `origin` is now kinda "git word" standard, even we can use naming in better way. Simple example:

git push github dev OR git push aur master

with a single repo i pushed to two servers with different branches.

also repo on github should have by default

`git push github main` OR `git push gh main`

git push <origin> main

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection