Difference between revisions of "Claude code"
From Logic Wiki
(Created page with "Category:AI Category:ClaudeCode Course : [https://members.codewithmosh.com/courses/claude-code/ Mosh Claude Code Course] Alternatives of Claude Code : CoPilot, Curso...") |
|||
| Line 20: | Line 20: | ||
Ctrl + L clear the command | Ctrl + L clear the command | ||
| + | |||
| + | commit | ||
| + | it creates a git add and git commit with a meaningful commit message | ||
| + | |||
| + | /init | ||
| + | Creates CLAUDE.md file | ||
Revision as of 09:21, 14 April 2026
Course : Mosh Claude Code Course
Alternatives of Claude Code : CoPilot, Cursor, Windsurf
Installation
Choose the right installation for the OS from https://code.claude.com/docs
Using Claude Code
Upgrade to pro plan to use it in VS Code
Open VS and open terminal inside of VS.
claude /login
Some commands
/terminal-setup
it installs Shift+enter to write multi line commands
Ctrl + L clear the command
commit
it creates a git add and git commit with a meaningful commit message
/init Creates CLAUDE.md file