Push current branch to branch of same name. This is useful for new branches as I almost always push those with: ``` git push -u origin "$(git branch --show-current)" ```
890 B
890 B