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)" ```
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)" ```