Development Tools
Development Tools
Essential tools and utilities for developers to improve productivity and workflow.
📚 Topics
| File | Description |
|---|---|
| Git & GitHub | Version control, branching, merging, GitHub workflows |
| Neovim | Advanced Vim-based text editor configuration and usage |
| Markdown | Markdown syntax and formatting guide |
🎯 Quick Reference
Git Essential Commands
| Command | Description |
|---|---|
git init |
Initialize a new repository |
git clone <url> |
Clone a repository |
git add . |
Stage all changes |
git commit -m "msg" |
Commit with message |
git push |
Push to remote |
git pull |
Pull from remote |
git branch |
List branches |
git checkout -b <name> |
Create and switch to new branch |
📖 Learning Path
- Start with Git & GitHub for version control fundamentals
- Learn Markdown for documentation
- Explore Neovim for efficient text editing