Advice for beginners... #870
Replies: 4 comments 1 reply
-
Committing secrets (API keys, passwords). Pushing straight to main without branches. Bad commit messages like “fix” or “stuff.” Ignoring .gitignore - repo gets bloated. Not pulling before pushing - merge conflicts galore. |
Beta Was this translation helpful? Give feedback.
-
🔹 Common mistakes beginners make on GitHub
Don’t worry, everyone makes these at first. The key is to learn and improve with each project. |
Beta Was this translation helpful? Give feedback.
-
Thankyou so much
Will surely work on it and create a worthy journey on git.
…On Tue, Sep 16, 2025, 10:26 PM Pasindu W. ***@***.***> wrote:
@SaiRishithaK <https://github.com/SaiRishithaK>
🔹 Common mistakes beginners make on GitHub
-
Forgetting to write a clear commit message (like just “update” or
“fix”).
-
Pushing directly to the main branch instead of using branches.
-
Not adding a README or proper documentation.
-
Ignoring .gitignore, so unnecessary files (like node_modules/) get
pushed.
-
Being afraid to ask questions or make small contributions.
Don’t worry, everyone makes these at first. The key is to learn and
improve with each project.
|
Beta Was this translation helpful? Give feedback.
-
Some common mistakes beginners make on GitHub are: Pushing directly to main instead of creating feature branches. Huge commit dumps without meaningful messages, instead of small and descriptive commits. Forgetting .gitignore and accidentally committing build files, credentials, or large data. Not syncing with upstream before opening a PR, leading to messy conflicts. Editing code without understanding context, which may break existing functionality. Ignoring contribution guidelines (CONTRIBUTING.md) — many projects have specific standards. Not reviewing diffs before pushing, so unnecessary changes get included. Avoiding these makes you look much more professional as a contributor. If this answer helps you even a bit, please mark my reply as ‘Answer’. ✅ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What could be few mistakes made by the beginners in github?
Beta Was this translation helpful? Give feedback.
All reactions