Replies: 1 comment 3 replies
-
It should ask you for an upstream branch, which is always used for push. There's the "Set upstream branch" command to change which branch should be pushed to. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello !
Here is a question about some commands, such as I want to push something using the command push here.
However, it seems that the 'push' command here actually encapsulates the git command 'git push' without the suffix options such as 'git push origin HEAD'. So could it be possible to develop some customized commands to make it more flexible to use git original command so that I don't need to switch to git bash to enter the git command again.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions