X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fgit%2Fhow_to_push_existing_git_repo_to_new_target.txt;h=504fedf85ec85a40b159f64f26c881588d0cf9a8;hb=6152285e671ac64dd2ee7dbf46f0d1915984c3c6;hp=ea1d48891685e6451ee3d2c9af0a672266b45f83;hpb=722ffaa94f4713cace745862d30cdbbe26760f10;p=feisty_meow.git diff --git a/infobase/configuration/git/how_to_push_existing_git_repo_to_new_target.txt b/infobase/configuration/git/how_to_push_existing_git_repo_to_new_target.txt index ea1d4889..504fedf8 100644 --- a/infobase/configuration/git/how_to_push_existing_git_repo_to_new_target.txt +++ b/infobase/configuration/git/how_to_push_existing_git_repo_to_new_target.txt @@ -9,7 +9,6 @@ git remote add github https://github.com/fredhamster/feisty_meow.git git remote -v # stuff the repository contents up to the target. -git push github master - +git push github main