You are on page 1of 1

cd desktop

ls
cd paginaweb

git init
git remote add origin https://github.com/KaizenChile/bjj.git
git status
git add .
git commit -m "initial commit"
git push origin master

solucion fatal remote origin


git remote rm origin

git remote set-url origin https://github.com/KaizenChile/bjj.git

You might also like