Skip to content

Torykuzzaman/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello

git int
git add filename
git commit -m "first commit"
git branch -M main
git remote add origin githuburl
git push -u origin main

As it is stated in the Error message you have to "fetch first." This worked for me. Use the command:

git fetch origin master

Then follow these steps to merge:

  • git pull origin master
  • git add .
  • git commit -m 'your commit message'
  • git push origin master

here is the solution

About

not private

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published