AZ
git pullSize: a a a
AZ
git pullR
AZ
R
warning: Pulling without specifying how to reconcile divergent branches is: refusing to merge unrelated histories
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
fatal
AZ
warning: Pulling without specifying how to reconcile divergent branches is: refusing to merge unrelated histories
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
fatal
R
AZ
R
AZ
git push --force (но это наверняка не то, что ты хочешь)git stash && git pullR
R
[ender@enginet project-for-salavat]$ git push
Host key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1x8xdGUrliXFzSnUw
+---[ECDSA 256]---+
| .ooo=*BE+|
| . XOoBB+o|
| BB=*++o |
| .= B=oo. |
| S +.+oo |
| o . |
| . |
| |
| |
+----[SHA256]-----+
Enter passphrase for key '/home/ender/.ssh/id_ecdsa':
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 2 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 284 bytes | 284.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
remote: GitLab: You are not allowed to push code to protected branches on this project.
To gitlab.com:salavat-salat/project-for-salavat.git
! [remote rejected] master -> master (pre-receive hook declined)
AZ
remote: GitLab: You are not allowed to push code to protected branches on this project.
To gitlab.com:salavat-salat/project-for-salavat.git
! [remote rejected] master -> master (pre-receive hook declined)
AZ
R
AZ
R
AZ
R
AZ
R