You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create archivemanlix@lab:~/PhpstormProjects/untitled3$ git archive -o archive.tar.gz HEAD
# list archivemanlix@lab:~/PhpstormProjects/untitled3$ tar -tf ./archive.tar.gz .gitattributesREADME.mdcomposer.jsonindex.phpphpstan.neon.distphpunit.xml.distsrc/src/HelloWorld.php
Push an existing repository from the CLI
$ git remote add origin git@github.com:LOGIN/PROJECT.git
$ git branch -M main
$ git push -u origin main