mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-19 21:28:28 +02:00
41 lines
547 B
Plaintext
41 lines
547 B
Plaintext
On branch master
|
|
nothing to commit, working tree clean
|
|
test1
|
|
firstline2
|
|
secondline
|
|
thirdline
|
|
asd
|
|
|
|
|
|
diff --git a/myfile2 b/myfile2
|
|
index f3c8a07..9396d8d 100644
|
|
--- a/myfile2
|
|
+++ b/myfile2
|
|
@@ -1,3 +1,3 @@
|
|
-firstline
|
|
+firstline2
|
|
secondline
|
|
thirdline
|
|
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
|