Hey Coders!
When I started coding, tracking changes in my codes were always painful and the fear of losing files was always there. But now we have ...
For further actions, you may consider blocking this person and/or reporting abuse
Very good article but I want to point out one thing that for adding the files in the staging area one must use
git add -A
instead ofgit add .
as the later command stage only files that are in curent working directory or its subdirectory but not its parent directory files if you are running command from any sub directory of your project.Read more here.
Thank you so much Naman for sharing this!
Very good!
Thanks for sharing this kind of knowledge β€οΈ
Very Good
Hmm, are you sure you use all these commands 'everyday'..?
Yes
Is it git remote add or git add remote. Correct me if I am wrong with this. Thank you
GIT ADD REMOTE
Git it π₯
π₯π₯