This Visual Studio Code extension provides a set of Git and GitHub commands with descriptions to assist in common workflows.
- Lists common Git commands like
git status
,git commit
, andgit push
. - Provides GitHub-specific commands like
gh pr create
,gh repo create
.
- Press
CTRL + SHIFT + P
to open command window then typecelsodev
.