Initialize a git repo in the current directory
# git init
Add a remote called "origin"
import org.xmlunit.builder.DiffBuilder; | |
import org.xmlunit.builder.Input; | |
import org.xmlunit.diff.Diff; | |
import org.xmlunit.diff.Difference; | |
import java.util.ArrayList; | |
import java.util.List; | |
import java.util.stream.Collectors; |
Initialize a git repo in the current directory
# git init
Add a remote called "origin"