📌 Description
Currently, beginners who are learning Git and GitHub may find it difficult to remember different commands and understand when to use each command.
Adding a simple Git Command Cheat Sheet will provide students with a quick reference guide that explains the most commonly used Git commands with short descriptions and examples.
❓ Why is this needed?
During the bootcamp, students use many Git commands for different tasks such as:
- 🌿 Creating and managing branches
- 💾 Saving changes with commits
- 🔄 Synchronizing changes between local and remote repositories
- 📦 Managing repositories
A cheat sheet will help reduce confusion and allow students to practice Git commands more confidently.
💡 Suggested Solution
Create a new Markdown file that includes:
- ⚙️ Basic Git commands and their purposes
- 📂 Repository setup commands
- ➕ Staging and committing changes
- 🌱 Branch creation and management
- 🔀 Merging branches
- ⬆️ Pushing changes to GitHub
- ⬇️ Pulling updates from GitHub
- 🛠️ Common Git troubleshooting commands
🎯 Expected Outcome
Students will have an easy-to-access reference document that helps them understand Git workflows faster and improves their learning experience throughout the bootcamp.
📝 Additional Notes
The cheat sheet can be updated over time as new Git topics are introduced in the bootcamp.
📌 Description
Currently, beginners who are learning Git and GitHub may find it difficult to remember different commands and understand when to use each command.
Adding a simple Git Command Cheat Sheet will provide students with a quick reference guide that explains the most commonly used Git commands with short descriptions and examples.
❓ Why is this needed?
During the bootcamp, students use many Git commands for different tasks such as:
A cheat sheet will help reduce confusion and allow students to practice Git commands more confidently.
💡 Suggested Solution
Create a new Markdown file that includes:
🎯 Expected Outcome
Students will have an easy-to-access reference document that helps them understand Git workflows faster and improves their learning experience throughout the bootcamp.
📝 Additional Notes
The cheat sheet can be updated over time as new Git topics are introduced in the bootcamp.