1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-21 21:47:32 +02:00
2020-10-10 00:23:01 +11:00

64 lines
858 B
Plaintext

On branch master
nothing to commit, working tree clean
test1
firstline2
secondline
thirdline2
test3
test
diff --git a/myfile2 b/myfile2
index 475a06b..5286367 100644
--- a/myfile2
+++ b/myfile2
@@ -1,3 +1,3 @@
-firstline
+firstline2
secondline
thirdline2
myfile3
diff --git a/myfile3 b/myfile3
new file mode 100644
index 0000000..df6b0d2
--- /dev/null
+++ b/myfile3
@@ -0,0 +1 @@
+test3
myfile2 update
diff --git a/myfile2 b/myfile2
index f3c8a07..475a06b 100644
--- a/myfile2
+++ b/myfile2
@@ -1,3 +1,3 @@
firstline
secondline
-thirdline
+thirdline2
myfile2
diff --git a/myfile2 b/myfile2
new file mode 100644
index 0000000..f3c8a07
--- /dev/null
+++ b/myfile2
@@ -0,0 +1,3 @@
+firstline
+secondline
+thirdline
myfile1
diff --git a/myfile1 b/myfile1
new file mode 100644
index 0000000..a5bce3f
--- /dev/null
+++ b/myfile1
@@ -0,0 +1 @@
+test1