! [remote rejected] branchA -> branchA (pre-receive hook declined)
error: Could not push some references to ‘gitlab.xxx.xxx.xxx/xxx.git’
Solution:
1. git reset [hash], then git push
2. git merge [master branch], then git push
! [remote rejected] branchA -> branchA (pre-receive hook declined)
error: Could not push some references to ‘gitlab.xxx.xxx.xxx/xxx.git’
Solution:
1. git reset [hash], then git push
2. git merge [master branch], then git push