Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There're some problems here.
When I try:
dij@ADMIN-PC MINGW64 /d/Documents/dii/cpp/gl-android-training-2020 (work)
$ git remote -vv
I get:
main [email protected]:Kernel-GL-HRK/gl-android-training-2020.git (fetch)
main [email protected]:Kernel-GL-HRK/gl-android-training-2020.git (push)
origin [email protected]:Kernel-GL-HRK/gl-android-training-2020.git (fetch)
origin [email protected]:Kernel-GL-HRK/gl-android-training-2020.git (push)
As a result
$ git branch -v
master a0a899f 02-Git: Add homework
After all commits, when I try:
$git push
I get:
fatal: The upstream branch of your current branch does not match
the name of your current branch. To push to the upstream branch
on the remote, use
To push to the branch of the same name on the remote, use
To choose either option permanently, see push.default in 'git help config'.
So, I've pushed my commits by:
$git push main HEAD:Vitalii.Kaplenko