While coding I added print statements into some files to keep track of what was going on.
When I am done, is it possible to revert changes in some files, but commit the file I actually worked on?
Say I …
I have messed up my git repo a little. I worked on a feature in a separate branch. After finishing the work, I switched to the master to merge it into, but my partner pushed a few files which came …
In svn it's possible to do svn revert ./* in which the current directory and ONLY the current directory gets reverted.
What is the git equivalent to svn revert in which only the current directory gets reverted?
I know that there's …