Dica 33 - Github cli
https://cli.github.com/
gh auth login
gh repo clone rg3915/dicas-de-django
gh repo view
gh pr checks
gh pr create
gh pr status
gh pr merge
gh issue list
gh issue create --title "Github cli" --body "Experimentar Github cli https://cli.github.com" \
--label "enhancement" \
--assignee "@me"
gh issue create -t "Github cli" -b "Experimentar Github cli
https://cli.github.com" \
-l "enhancement" \
-a "@me"
Fechar issue
git commit -m 'Usando o github cli. close #34'
git push
PreviousDica 32 - Django Admin: Sobreescrevendo os templates do AdminNextDica 34 - Django: custom template tags
Last updated
Was this helpful?