GNU/Linux ◆ xterm-256color ◆ zsh 154 views

Roteiro no Debian 12 (Bookworm):

  1. apt update
  2. apt install -y git gh mkdocs mkdocs-material mkdocs-material-extensions
  3. mkdocs new REPO
  4. cd REPO
  5. git init .
  6. git branch -m main
  7. git status
  8. git add .
  9. git status
  10. git config –global user.name “Fulano de Tal”
  11. git config –global user.email “fulano.tal@gmail.com”
  12. git commit -m ‘Primeira importação’
  13. gh auth login
  14. gh auth status
  15. Abrir: https://github.com/login/device
  16. gh repo create REPO –private # Idem
  17. git remote -v
  18. git remote add origin https://github.com/USUARIO/REPO.git
  19. git push -u origin main
  20. Visite: https://github.com/USUARIO/REPO/
  21. gh auth logout

More by ifrn

Aula de ASA 2023-04-04 10:35

by ifrn

aula de ASA de 2023-04-04 11:10

by ifrn

Aula de ASA 2023-04-04 08:43

by ifrn

Aula de ASA 2023-04-04 12:04

by ifrn

See all