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=HEAD;hp=ea1d48891685e6451ee3d2c9af0a672266b45f83;hpb=1a0588e412d1e1b6711d2f02e3dc0af8275971ff;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