Publicaciones
This is just experience i would like to share with community how to execute daily tasks as a (Web Developer), i have shared some code templates also which will make your life easier 🚀. Whenever you receive any task from your manager/ Senior. divide that thing into small parts try to complete 1 thing at a time don't start writing code, think first and then comment it maybe what your are going to...
Developer daily routine job Guide
Jul 24, 2022
94 Visualizaciones
in Project repository, when you face " oh Shit! " moments 😉 .In this article i will tell you how to manage those. lets start with 1] you added something in staging area ( git add . ), now you want it in working area -> git rm --cached file_name 2] you committed something which you are not supposed to! -> git reset HEAD~1 ( this will take 1 commit back ) 3] you committed something & pu...
Ultimate guide for git revert, getting your changes back
Mar 14, 2022
106 Visualizaciones