Diff tools for the command line The diff tool is like one of the most needed tool in the developer toolbox, however the basic diff works… Continue reading “Diff tools for the command line”…
Git Clean Git clean will hell you to remove all untracked files in the working directory, this post will show the basic usage.… Continue reading “Git Clean”…
Git : Reset a Branch to the last thing in the remote repository There are sometimes were we have a remote brach in our local that we haven’t been used for a while,… Continue reading “Git : Reset a Branch to the last thing in the remote repository”…