don’t be scared of merge conflicts
First things first: it can be a lot easier to resolve merge conflicts when you can see what the code looked like before the edits which are now conflicting. ...
First things first: it can be a lot easier to resolve merge conflicts when you can see what the code looked like before the edits which are now conflicting. ...
…why would anyone want to have Dvorak on a mobile device?!? Actually, I only care about it in the iOS Simulator, when I’m using it on a computer with a real-...
Isaac Schlueter
Here is how I like to structure my Git branches and commit messages.
tl;dr Don’t use links like github.com/owner/repo/blob/master/file.ext#L13 because that branch will change! Use github.com/owner/repo/blob/COMMIT_SHA/file.ext...