Messing up a git branch is easy. With git reflog and reset, you can undo git commits and changes. In this post, we look at how to undo on git with these tools!
Computers, Coding and Caffeine
Messing up a git branch is easy. With git reflog and reset, you can undo git commits and changes. In this post, we look at how to undo on git with these tools!
Including static files in your C++ code can be cumbersome. However, converting any binary file to hexadecimal arrays is easy with the “xxd” terminal command.
Anaconda can help you manage different environments for multiple projects in Python. In this post, you will learn how to install Anaconda on Linux and Windows.
Knowing the path or directory of the current shell script is a very useful thing to know. This post shows you the best way to get the path of a shell script!
For beginner developers, this post details useful terminal/command line tools that will boost your productivity. Be a better coder with these tools and tricks!