Undo Git Commits, how do you do these easily? Do quickly undo a few commits so you can go back a few version you can use: git reset –hard HEAD~1
git
Articles tagged in: git
Sometimes you want to remove untracked git files. This simply because you are trying to do a git pull request to test things locally and you get an error telling
Here a quick blog post how to update Trellis like a pro. Requirements Here are some requirements or basically tips before you get started Trellis should be in its own
If you forget to exclude node_modules directory add a .gitignore with the following or add this line to an existing one: /node_modules Then run the following command to remove the