1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/test/integration/squash/snapshot.txt
2020-10-10 00:23:01 +11:00

43 lines
604 B
Plaintext

On branch master
nothing to commit, working tree clean
test1
test2
test3
test5
myfile2
myfile3
diff --git a/myfile2 b/myfile2
new file mode 100644
index 0000000..180cf83
--- /dev/null
+++ b/myfile2
@@ -0,0 +1 @@
+test2
diff --git a/myfile3 b/myfile3
new file mode 100644
index 0000000..df6b0d2
--- /dev/null
+++ b/myfile3
@@ -0,0 +1 @@
+test3
diff --git a/myfile5 b/myfile5
new file mode 100644
index 0000000..4f346f1
--- /dev/null
+++ b/myfile5
@@ -0,0 +1 @@
+test5
myfile1
diff --git a/myfile1 b/myfile1
new file mode 100644
index 0000000..a5bce3f
--- /dev/null
+++ b/myfile1
@@ -0,0 +1 @@
+test1