Exploring History
Reviewing Changes
nano git.txt
cat git.txtGit was originally authored by Linus Torvalds in 2005 for development of the Linux kernel
Torvalds said "I'm an egotistical bastard, and I name all my projects after myself. First 'Linux', now 'git'."
"git" can mean anything, depending on your mood.
I decide to use git to help my work
This is a silly linegit diff HEAD git.txtindex 76ab031..f9bb916 100644
--- a/git.txt
+++ b/git.txt
@@ -2,3 +2,4 @@ Git was originally authored by Linus Torvalds in 2005 for development of the Lin
Torvalds said "I'm an egotistical bastard, and I name all my projects after myself. First 'Linux', now 'git'."
"git" can mean anything, depending on your mood.
I decide to use git to help my work
+This is a silly lineRecover Old Files


Last updated
Was this helpful?
