#git
Read more stories on Hashnode
Articles with this tag
Swift Package Manager allows you to define Dependencies to other packages. import PackageDescription let package = Package( name: "MyPackage", ...
Automatically find a commit that introduced a bug in a large and frequently updated iOS application Β· This blog post explains how you can easily find a...
I find it easier to discuss branching and release strategies for git repositories with visual aid. Here is an example of a git graph: You might think...