Git
Never* use git pull – YouTube
Just a quick summary mostly for myself: How to use git pull –rebase to keep your team’s commit history clean.…
Continue ReadingFind and restore a deleted file in a Git repository
Use git log –diff-filter=D –summary to get all the commits which have deleted files and the files deleted; Use git…
Continue Reading