Git log file (2)
Git log file (2)
$ mkdir GitExp/
akil@Zhast MINGW64 ~
$ cd mkdir
bash: cd: mkdir: No such file or directory
akil@Zhast MINGW64 ~
$ cd GitExp/
First file
akil@Zhast MINGW64 ~/GitExp (master)
$ git diff
diff --git a/hello.txt b/hello.txt
index e69de29..b6fc4c6 100644
--- a/hello.txt
+++ b/hello.txt
@@ -0,0 +1 @@
+hello
\ No newline at end of file
First file
First file
Untracked files:
(use "git add <file>..." to include in what will be committed)
GitExp/
no changes added to commit (use "git add" and/or "git commit -a")
Untracked files:
(use "git add <file>..." to include in what will be committed)
hi.py
trail.txt
trial.txt
nothing added to commit but untracked files present (use "git add" to track)
Dropped refs/stash@{0} (11b915586f8d584b6ac586b0fe85f8278396ed52)
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: one.txt
Untracked files:
(use "git add <file>..." to include in what will be committed)
hi.py
trail.txt
trial.txt
Untracked files:
(use "git add <file>..." to include in what will be committed)
hi.py
trail.txt
trial.txt
nothing added to commit but untracked files present (use "git add" to track)
The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:
third upd
Second upd
commit 8a5f3fed6e203b424ea61399033fb962bb58847c
Author: HAcker-1unoff-off <varmajiangad@gmail.com>
Date: 2025-05-28
Second upd
commit 016db47979ae016967c5746ccdb172470c75d133
Author: HAcker-1unoff-off <148204135+HAcker-1unoff-off@users.noreply.github.com>
Date: 2025-05-28
commit e7e509e5afe149198cbf8853aa6a7d73f2e2b1bd
Author: HAcker-1unoff-off <varmajiangad@gmail.com>
Date: 2025-05-28
First file