Gogogaga, Learn Git like 5 years old
Software engineer
Search for a command to run...
Software engineer
No comments yet. Be the first to comment.
"Talk is cheap. Show me the code." — Linus Torvalds How can you call yourself a good painter if you have not made any painting in life. you can’t be good artist just by reading books or passing comments on other paint works. If you think you are go...
1) Project Setup: I am going to use the composer to setup everything here. composer create-project laravel/laravel simple-project-name This will basically setup the new laravel project in your machine. Once the setup is complete, cd simple-project-na...

We just need 3 things to work, React , Formik & YUP (Obviously). 🤦 I will be assuming that you already setup the react and just looking something for the validating the form. React Js: Just incase if you haven't, here is the link to setup the react...






This command is just to give some description about what you did so far, this will help camera to remember even if you check it after a year. It can tell you exactly what, when, who was doing this.

Now you have the exact copy of your original work, even though its completely empty




So far, the above is our state, we have 1 original work we were doing and on the backup, we have 2 copy with different state version.
But opps, you did some mistake while making the another shape, and unfortunately you can’t erase it anymore.

This is where the git backup will be useful. You can just pull the copy and start working again, and delete the mistake original file, you can remove the original mistake file as we won’t need that again.

Everytime we any changes and write,
git add all
& git commit -m “Message” it just create another version that we can use later and modify whenever we want.

thats why, once you use the git. You don’t have to worry about the versioning.
Alright, thats the start of the git. Alot to cover, see you kids on the next blog!
Gogogaga byee