Git, Diff, Patch, stash How to apply Git Diff and deal with Patch Failed error Git diff is a powerful command which allows you to see you recently made changes whether they are staged or not. There are however circumstances when you want to stash your diff on
Github, Mac OS X, Tips, Tutorial, Git, Gitignore, Ignore, Global, Gitlab Using Global .gitignore on Mac If you're a Git user, there is high chance you might be using .gitignore file to ignore certain files from being committed into your remote repo. Now, .gitignore file differs for different languages,