GITHUB HELP

 git init


git add remote https://name.git


git add .

git commit -am  'test'

git push origin branch-name


git pull origin master


if there error occurred then


git pull origin master --allow-unrelated-histories


Post a Comment

0 Comments