Horje
! [rejected] master -> master (fetch first) Code Example
! [rejected] master -> master (fetch first) error: failed to push some refs to '
git init
git add README.md
git add .
git commit -m "first commit"
git remote add origin https://github.com/userName/repoName.git
git push --force origin master
! [rejected] master -> master (fetch first)
git fetch origin master
git merge origin master
! [rejected] master -> master (fetch first)
git fetch
//then do 
git merge
! [rejected] master -> master (fetch first) error: failed to push some refs to '
git fetch origin master:tmp
git rebase tmp
git push origin HEAD:master
git branch -D tmp




Shell

Related
install aws elastic beanstalk cli Code Example install aws elastic beanstalk cli Code Example
install flask_cors Code Example install flask_cors Code Example
see what's running on port Code Example see what's running on port Code Example
docker switch to linux containers command line Code Example docker switch to linux containers command line Code Example
install make in window Code Example install make in window Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12