62875/why-we-need-to-add-at-staging-area-before-commit
Hi,
I'm new in Git & GitHub. From tutorials I came to know before commit, I have to add in staging area.
Can somebody tell why we need to add into staging area before commit?
Thank You
Hi@akhtar,
The staging area is like a rough draft space, it's where you can git add the version of a file or multiple files that you want to save in your next commit (in other words in the next version of your project).
git status git will tell you what is ...READ MORE
I'm not very sure if looking all ...READ MORE
This happens when no editor is set. ...READ MORE
This is simple, just follow the below ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, This kind of error may occur if ...READ MORE
Hi@akhtar, If you already have a .git/ folder ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.