0% found this document useful (0 votes)
3 views31 pages

Gitlabword

The document details a series of Git commands executed by a user to configure their Git environment, create a new repository, and manage files within it. The user sets their username and email, initializes a Git repository, creates and modifies files, and commits changes. Additionally, it shows the use of commands to check the status of the repository and track changes made to files.

Uploaded by

ANIMESH PARAB
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views31 pages

Gitlabword

The document details a series of Git commands executed by a user to configure their Git environment, create a new repository, and manage files within it. The user sets their username and email, initializes a Git repository, creates and modifies files, and commits changes. Additionally, it shows the use of commands to check the status of the repository and track changes made to files.

Uploaded by

ANIMESH PARAB
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ ls

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git --version


git version 2.34.1
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --global [Link] "Prajakta
Kubal"
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --global [Link]
"workanimesh75@[Link]"
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --global [Link] main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --list
[Link]=workanimesh75@[Link]
[Link]=itsoftware13@[Link]
[Link]=store
[Link]=main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --global [Link] "Prajakta
Kubal"
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --global [Link]
"workanimesh75@[Link]"
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --global [Link] main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --list
[Link]=Prajakta Kubal
[Link]=workanimesh75@[Link]
[Link]=store
[Link]=main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --global --list
[Link]=Prajakta Kubal
[Link]=workanimesh75@[Link]
[Link]=store
[Link]=main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ git config --global [Link] "nano"
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ mkdir git_labs
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ ls
git_labs
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning$ cd git_labs/
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs$ mkdir proj1
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs$ ls
proj1
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs$ cdproj1/
bash: cdproj1/: No such file or directory
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs$ cd proj1/
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls -a
. ..
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git init
Initialized empty Git repository in
/home/prajakta/Desktop/Workspace/gitlearning/git_labs/proj1/.git/
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls -a
. .. .git
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ cd .git
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1/.git$ cd ..
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main

No commits yet

nothing to commit (create/copy files and use "git add" to track)


prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git branch
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ touch [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nan [Link]
Command 'nan' not found, did you mean:
command 'nap' from snap nap-snippets (0.1.1)
command 'nax' from snap nax (0.0.35)
command 'pan' from deb pan (0.149-1)
command 'nnn' from deb nnn (4.3-1)
command 'nant' from deb nant (0.92~rc1+dfsg-7)
command 'an' from deb an (1.2-6build4)
command 'nam' from deb nam (1.15-5.2)
command 'man' from deb man-db (2.10.2-1)
command 'nano' from deb nano (6.2-1ubuntu0.2)
command 'dan' from deb emboss (6.6.0+dfsg-11ubuntu1)
command 'nn' from deb nn (6.7.3-14)
command 'nad' from deb ncbi-acc-download (0.2.8-1)
command 'na6' from deb ipv6toolkit (2.0+ds.1-1)
See 'snap info <snapname>' for additional versions.
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ cat [Link]
Hello world
This is another line
This is one more line

Here is a list
-Test1
-List Iteam 2
-Another thing
-Last thing
This is the end of file.

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status


On branch main

No commits yet
Untracked files:
(use "git add <file>..." to include in what will be committed)
[Link]

nothing added to commit but untracked files present (use "git add" to track)
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -sb
## No commits yet on main
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: [Link]

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]


prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: [Link]

Changes not staged for commit:


(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: [Link]

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status


On branch main

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: [Link]

Changes not staged for commit:


(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: [Link]

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s


AM [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ cat [Link]
Hello world
This is another line
This is one more line. I have added more text to this line

Here is a list
-Test1
-List Iteam 2
-Another thing
-Last thing
This is the end of file.

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git show :[Link]


Hello world
This is another line
This is one more line

Here is a list
-Test1
-List Iteam 2
-Another thing
-Last thing
This is the end of file.

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git diff [Link]


diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git diff [Link]
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit
[main (root-commit) 1ea95fb] Initial commit. created a bsic git project.
1 file changed, 12 insertions(+)
create mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: [Link]

no changes added to commit (use "git add" and/or "git commit -a")
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ cat [Link]
Hello world
This is another line
This is one more line. I have added more text to this line

Here is a list
-Test1
-List Iteam 2
-Another thing
-Last thing
This is the end of file.

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git diff [Link]


diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git show :[Link]
Hello world
This is another line
This is one more line

Here is a list
-Test1
-List Iteam 2
-Another thing
-Last thing
This is the end of file.

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ cat [Link]


Hello world
This is another line
This is one more line. I have added more text to this line

Here is a list
-Test1
-List Iteam 2
-Another thing
-Last thing
This is the end of file.

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ touch [Link]


prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status-s
git: 'status-s' is not a git command. See 'git --help'.
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A [Link]
M [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git restore --staged
[Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git staus -s
git: 'staus' is not a git command. See 'git --help'.

The most similar command is


status
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A [Link]
M [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "Created the
[Link] file and modified the file nano will not open if done in this way "
[main 98f3702] Created the [Link] file and modified the file nano will not open if done in
this way
2 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ touch [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: [Link]
modified: [Link]

Untracked files:
(use "git add <file>..." to include in what will be committed)
[Link]

no changes added to commit (use "git add" and/or "git commit -a")
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
M [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
M [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add -u
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
M [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
MM [Link]
M [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add -u
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
M [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "Made lot of
changes "
[main 9299496] Made lot of changes
2 files changed, 9 insertions(+), 2 deletions(-)
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: [Link]

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "Made lot of


changes "
[main c8b6f32] Made lot of changes
1 file changed, 1 insertion(+)
create mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
nothing to commit, working tree clean
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
nothing to commit, working tree clean
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ touch [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Untracked files:
(use "git add <file>..." to include in what will be committed)
[Link]

nothing added to commit but untracked files present (use "git add" to track)
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Untracked files:
(use "git add <file>..." to include in what will be committed)
[Link]

nothing added to commit but untracked files present (use "git add" to track)
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add
Nothing specified, nothing added.
hint: Maybe you wanted to say 'git add .'?
hint: Turn this message off by running
hint: "git config [Link] false"
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add -u
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: [Link]

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]


prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: [Link]

Changes not staged for commit:


(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: [Link]

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s


AM [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "Made lot of
changes "
[main f90d9aa] Made lot of changes
1 file changed, 1 insertion(+)
create mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: [Link]

no changes added to commit (use "git add" and/or "git commit -a")
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ vim [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
M [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ touch [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
M [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git diff
diff --git a/[Link] b/[Link]
index 639e8dc..4821c37 100644
--- a/[Link]
+++ b/[Link]
@@ -1 +1,2 @@
jasdfhviaufgvauy
+sdhglhasqwauierhgaeuiorhy9pwer
diff --git a/[Link] b/[Link]
index a7dafb7..2f79a3a 100644
--- a/[Link]
+++ b/[Link]
@@ -1 +1,3 @@
print("Welcome tyo python ")
+print("Welcome to python ")
+
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
M [Link]
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git diff --staged
diff --git a/[Link] b/[Link]
index 639e8dc..4821c37 100644
--- a/[Link]
+++ b/[Link]
@@ -1 +1,2 @@
jasdfhviaufgvauy
+sdhglhasqwauierhgaeuiorhy9pwer
diff --git a/[Link] b/[Link]
index a7dafb7..2f79a3a 100644
--- a/[Link]
+++ b/[Link]
@@ -1 +1,3 @@
print("Welcome tyo python ")
+print("Welcome to python ")
+
diff --git a/[Link] b/[Link]
new file mode 100644
index 0000000..52ef3dd
--- /dev/null
+++ b/[Link]
@@ -0,0 +1 @@
+sdhfshfgisdhgusgh
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
M [Link]
A [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A [Link]
M [Link]
M [Link]
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ touch [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ cat [Link]
My read me for my git project

new comits will come

new txt messqag are add in [Link]


git add -u :- will not add untract file
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
A [Link]
M [Link]
M [Link]
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
M [Link]
A [Link]
M [Link]
M [Link]
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "Done lot of
aditing "
[main 22fbf4d] Done lot of aditing
5 files changed, 5 insertions(+)
create mode 100644 [Link]
create mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git log
commit 22fbf4d9bcb515699a6a19f2b6c18137331da269 (HEAD -> main)
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 13:35:48 2026 +0530

Done lot of aditing

commit f90d9aaf61d016ddd08cf1d7487f5476a2038c09
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:27:54 2026 +0530

Made lot of changes

commit c8b6f321531136fbdc5581a249dbc7b4352ebd5f
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:22:11 2026 +0530

Made lot of changes

commit 92994961ea39791392caa62cdf517c46ec128cc4
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:21:26 2026 +0530

Made lot of changes

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530

Initial commit. created a bsic git project.


prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git log -p
commit 22fbf4d9bcb515699a6a19f2b6c18137331da269 (HEAD -> main)
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 13:35:48 2026 +0530

Done lot of aditing

diff --git a/[Link] b/[Link]


index a492c01..b50252e 100644
--- a/[Link]
+++ b/[Link]
@@ -5,3 +5,4 @@ new comits will come

new txt messqag are add in [Link]


git add -u :- will not add untract file
+git diff --staging will show difference in staging
diff --git a/[Link] b/[Link]
new file mode 100644
index 0000000..e69de29
diff --git a/[Link] b/[Link]
index 639e8dc..4821c37 100644
--- a/[Link]
+++ b/[Link]
@@ -1 +1,2 @@
jasdfhviaufgvauy
+sdhglhasqwauierhgaeuiorhy9pwer
diff --git a/[Link] b/[Link]
index a7dafb7..2f79a3a 100644
--- a/[Link]
+++ b/[Link]
@@ -1 +1,3 @@
print("Welcome tyo python ")
+print("Welcome to python ")
+
diff --git a/[Link] b/[Link]
new file mode 100644
index 0000000..52ef3dd
--- /dev/null
+++ b/[Link]
@@ -0,0 +1 @@
+sdhfshfgisdhgusgh

commit f90d9aaf61d016ddd08cf1d7487f5476a2038c09
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:27:54 2026 +0530

Made lot of changes

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..639e8dc
--- /dev/null
+++ b/[Link]
@@ -0,0 +1 @@
+jasdfhviaufgvauy
:
commit 22fbf4d9bcb515699a6a19f2b6c18137331da269 (HEAD -> main)
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 13:35:48 2026 +0530

Done lot of aditing

diff --git a/[Link] b/[Link]


index a492c01..b50252e 100644
--- a/[Link]
+++ b/[Link]
@@ -5,3 +5,4 @@ new comits will come

new txt messqag are add in [Link]


git add -u :- will not add untract file
+git diff --staging will show difference in staging
diff --git a/[Link] b/[Link]
new file mode 100644
index 0000000..e69de29
diff --git a/[Link] b/[Link]
index 639e8dc..4821c37 100644
--- a/[Link]
+++ b/[Link]
@@ -1 +1,2 @@
jasdfhviaufgvauy
+sdhglhasqwauierhgaeuiorhy9pwer
diff --git a/[Link] b/[Link]
index a7dafb7..2f79a3a 100644
--- a/[Link]
+++ b/[Link]
@@ -1 +1,3 @@
print("Welcome tyo python ")
+print("Welcome to python ")
+
diff --git a/[Link] b/[Link]
new file mode 100644
index 0000000..52ef3dd
--- /dev/null
+++ b/[Link]
@@ -0,0 +1 @@
+sdhfshfgisdhgusgh

commit f90d9aaf61d016ddd08cf1d7487f5476a2038c09
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:27:54 2026 +0530
Made lot of changes

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..639e8dc
--- /dev/null
+++ b/[Link]
@@ -0,0 +1 @@
+jasdfhviaufgvauy

commit c8b6f321531136fbdc5581a249dbc7b4352ebd5f
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:22:11 2026 +0530

Made lot of changes

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..a7dafb7
--- /dev/null
+++ b/[Link]
@@ -0,0 +1 @@
+print("Welcome tyo python ")

commit 92994961ea39791392caa62cdf517c46ec128cc4
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:21:26 2026 +0530

Made lot of changes

diff --git a/[Link] b/[Link]


index e887af0..a492c01 100644
--- a/[Link]
+++ b/[Link]
@@ -1,2 +1,7 @@
My read me for my git project

+new comits will come


+
+
+new txt messqag are add in [Link]
+git add -u :- will not add untract file
diff --git a/[Link] b/[Link]
index 9d1b331..bd2bfad 100644
--- a/[Link]
+++ b/[Link]
@@ -1,7 +1,7 @@
Hello world
This is another line
This is one more line. I have added more text to this line
-
+dufgeyfgeuigysergyer
Here is a list
-Test1
@@ -10,4 +10,6 @@ Here is a list
-Last thing
This is the end of file.

-
+new lines are add
+new lines are add
+new lines are add

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..e887af0
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,2 @@
+My read me for my git project
+
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1

commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530

Initial commit. created a bsic git project.

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..73508a3
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,12 @@
+Hello world
+This is another line
+This is one more line
+
+Here is a list
+-Test1
+-List Iteam 2
+-Another thing
+-Last thing
+This is the end of file.
+
+
(END)
+new lines are add

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..e887af0
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,2 @@
+My read me for my git project
+
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1

commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530

Initial commit. created a bsic git project.

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..73508a3
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,12 @@
+Hello world
+This is another line
+This is one more line
+
+Here is a list
+-Test1
+-List Iteam 2
+-Another thing
+-Last thing
+This is the end of file.
+
+
(END)
+new lines are add

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..e887af0
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,2 @@
+My read me for my git project
+
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1

commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530

Initial commit. created a bsic git project.


diff --git a/[Link] b/[Link]
new file mode 100644
index 0000000..73508a3
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,12 @@
+Hello world
+This is another line
+This is one more line
+
+Here is a list
+-Test1
+-List Iteam 2
+-Another thing
+-Last thing
+This is the end of file.
+
+
(END)
+new lines are add

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..e887af0
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,2 @@
+My read me for my git project
+
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1

commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530
Initial commit. created a bsic git project.

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..73508a3
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,12 @@
+Hello world
+This is another line
+This is one more line
+
+Here is a list
+-Test1
+-List Iteam 2
+-Another thing
+-Last thing
+This is the end of file.
+
+
(END)
+new lines are add

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..e887af0
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,2 @@
+My read me for my git project
+
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1
commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530

Initial commit. created a bsic git project.

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..73508a3
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,12 @@
+Hello world
+This is another line
+This is one more line
+
+Here is a list
+-Test1
+-List Iteam 2
+-Another thing
+-Last thing
+This is the end of file.
+
+
(END)
+new lines are add

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..e887af0
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,2 @@
+My read me for my git project
+
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+
Here is a list
-Test1

commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530

Initial commit. created a bsic git project.

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..73508a3
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,12 @@
+Hello world
+This is another line
+This is one more line
+
+Here is a list
+-Test1
+-List Iteam 2
+-Another thing
+-Last thing
+This is the end of file.
+
+
(END)
+new lines are add

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..e887af0
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,2 @@
+My read me for my git project
+
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1

commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530

Initial commit. created a bsic git project.

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..73508a3
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,12 @@
+Hello world
+This is another line
+This is one more line
+
+Here is a list
+-Test1
+-List Iteam 2
+-Another thing
+-Last thing
+This is the end of file.
+
+

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git log --online


fatal: unrecognized argument: --online
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ kls
Command 'kls' not found, did you mean:
command 'rls' from snap rustup (1.28.2)
command 'ls' from deb coreutils (8.32-4.1ubuntu1.3)
command 'jls' from deb sleuthkit (4.11.1+dfsg-1)
command 'ols' from deb speech-tools (1:2.5.0-12)
command 'kas' from deb kas (2.6.3-2)
command 'als' from deb atool (0.39.0-11)
command 'bls' from deb bacula-sd (9.6.7-5~22.04.1)
command 'fls' from deb sleuthkit (4.11.1+dfsg-1)
command 'ykls' from deb ykls (1.3.4-2)
command 'ils' from deb sleuthkit (4.11.1+dfsg-1)
command 'hls' from deb hfsutils (3.2.6-15build2)
See 'snap info <snapname>' for additional versions.
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
nothing to commit, working tree clean
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ @@ -0,0 +1,12 @@
+Hello world
+This is another line
+This is one more line
+
+Here is a list
+-Test1
+-List Iteam 2
+-Another thing
+-Last thing
+This is the end of file.
+
+
(END)
+new lines are add

commit 98f3702e9e6b49f1cc9b25e5018e9f0f8259b0b1
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:15:42 2026 +0530

Created the [Link] file and modified the file nano will not open if done in this way

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..e887af0
--- /dev/null
+++ b/[Link]
@@ -0,0 +1,2 @@
+My read me for my git project
+
diff --git a/[Link] b/[Link]
index 73508a3..9d1b331 100644
--- a/[Link]
+++ b/[Link]
@@ -1,6 +1,7 @@
Hello world
This is another line
-This is one more line
+This is one more line. I have added more text to this line
+

Here is a list
-Test1

commit 1ea95fbd1153839edde93d9be393d4a6c3f439c0
Author: Prajakta Kubal <workanimesh75@[Link]>
Date: Sat Jun 6 12:03:25 2026 +0530

Initial commit. created a bsic git project.

diff --git a/[Link] b/[Link]


new file mode 100644
index 0000000..73508a3
--- /dev/null
+++ b/[Link]

@@: command not found


+Hello: command not found
+This: command not found
+This: command not found
+: command not found
+Here: command not found
+-Test1: command not found
+-List: command not found
+-Another: command not found
+-Last: command not found
+This: command not found
+: command not found
+: command not found
END: command not found
Command '+new' not found, did you mean:
command 'znew' from deb gzip (1.10-4ubuntu4.1)
command 'ynew' from deb ynew (1.2-1)
command 'new' from deb mmh (0.4-4)
command 'new' from deb nmh (1.7.1-11)
Try: sudo apt install <deb name>
Command 'commit' not found, did you mean:
command 'commix' from snap commix (v4.0-2-g79909148)
See 'snap info <snapname>' for additional versions.
bash: syntax error near unexpected token `newline'
Date:: command not found
Created: command not found
diff: unrecognized option '--git'
diff: Try 'diff --help' for more information.
Command 'new' not found, but can be installed with:
sudo apt install mmh # version 0.4-4, or
sudo apt install nmh # version 1.7.1-11
Command 'index' not found, did you mean:
command 'cindex' from deb codesearch (0.0~hg20120502-3build2)
command 'xindex' from deb texlive-extra-utils (2021.20220204-1)
command 'sindex' from deb biosquid (1.9g+cvs20050121-12)
Try: sudo apt install <deb name>
---: command not found
Command '+++' not found, did you mean:
command 'g++' from deb g++ (4:11.2.0-1ubuntu1)
command 'c++' from deb g++ (4:11.2.0-1ubuntu1)
command 'c++' from deb clang (1:14.0-55~exp2)
command 'c++' from deb pentium-builder (0.21ubuntu1)
command 'p++' from deb pcc (1.2.0~DEVEL+20200630-2)
Try: sudo apt install <deb name>
@@: command not found
+My: command not found
+: command not found
diff: unrecognized option '--git'
diff: Try 'diff --help' for more information.
Command 'index' not found, did you mean:
command 'sindex' from deb biosquid (1.9g+cvs20050121-12)
command 'cindex' from deb codesearch (0.0~hg20120502-3build2)
command 'xindex' from deb texlive-extra-utils (2021.20220204-1)
Try: sudo apt install <deb name>
---: command not found
Command '+++' not found, did you mean:
command 'c++' from deb g++ (4:11.2.0-1ubuntu1)
command 'c++' from deb clang (1:14.0-55~exp2)
command 'c++' from deb pentium-builder (0.21ubuntu1)
command 'g++' from deb g++ (4:11.2.0-1ubuntu1)
command 'p++' from deb pcc (1.2.0~DEVEL+20200630-2)
Try: sudo apt install <deb name>
@@: command not found
Command 'Hello' not found, did you mean:
command 'hello' from snap hello (2.10)
command 'jello' from deb jello (1.5.2-1)
command 'hello' from deb hello (2.10-2ubuntu4)
command 'hello' from deb hello-traditional (2.10-5)
See 'snap info <snapname>' for additional versions.
This: command not found
-This: command not found
+This: command not found
+: command not found
Here: command not found
-Test1: command not found
Command 'commit' not found, did you mean:
command 'commix' from snap commix (v4.0-2-g79909148)
See 'snap info <snapname>' for additional versions.
bash: syntax error near unexpected token `newline'
Date:: command not found
Initial: command not found
diff: unrecognized option '--git'
diff: Try 'diff --help' for more information.
Command 'new' not found, but can be installed with:
sudo apt install mmh # version 0.4-4, or
sudo apt install nmh # version 1.7.1-11
Command 'index' not found, did you mean:
command 'sindex' from deb biosquid (1.9g+cvs20050121-12)
command 'cindex' from deb codesearch (0.0~hg20120502-3build2)
command 'xindex' from deb texlive-extra-utils (2021.20220204-1)
Try: sudo apt install <deb name>
---: command not found
Command '+++' not found, did you mean:
command 'g++' from deb g++ (4:11.2.0-1ubuntu1)
command 'c++' from deb g++ (4:11.2.0-1ubuntu1)
command 'c++' from deb clang (1:14.0-55~exp2)
command 'c++' from deb pentium-builder (0.21ubuntu1)
command 'p++' from deb pcc (1.2.0~DEVEL+20200630-2)
Try: sudo apt install <deb name>
@@: command not found
+Hello: command not found
+This: command not found
+This: command not found
+: command not found
+Here: command not found
+-Test1: command not found

+-List: command not found


+-Another: command not found
+-Last: command not found
+This: command not found
+: command not found

+: command not found


prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ touch .gitignore
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls -a
. .. [Link] [Link] .git .gitignore [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano .gitignore
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
?? .gitignore
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A .gitignore
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "added git
ignor with is used to if you do not have to put this file in centralizeed repository"
[main f3fce42] added git ignor with is used to if you do not have to put this file in centralizeed
repository
1 file changed, 3 insertions(+)
create mode 100644 .gitignore
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ touch [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls -a
. .. [Link] [Link] .git .gitignore [Link] [Link] [Link] [Link] [Link]
[Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
?? [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A [Link]
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "added git
ignor with is used to if you do not have to put this file in centralizeed repository"
[main bcfaec2] added git ignor with is used to if you do not have to put this file in centralizeed
repository
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 [Link]
create mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git add .
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
A [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "added git
ignor with is used to if you do not have to put this file in centralizeed repository"
[main 4399705] added git ignor with is used to if you do not have to put this file in centralizeed
repository
1 file changed, 1 insertion(+)
create mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ nano [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git rm [Link]
rm '[Link]'
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
D [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "removed
[Link]"
[main af9addd] removed [Link]
1 file changed, 1 deletion(-)
delete mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git rm -- cached [Link]
fatal: pathspec 'cached' did not match any files
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git rm --cached [Link]
rm '[Link]'
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
D [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
deleted: [Link]

Untracked files:
(use "git add <file>..." to include in what will be committed)
[Link]

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git rm [Link]


fatal: pathspec '[Link]' did not match any files
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status
On branch main
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
deleted: [Link]

Untracked files:
(use "git add <file>..." to include in what will be committed)
[Link]

prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s


D [Link]
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git commit -m "removed
[Link]"
[main e102da4] removed [Link]
1 file changed, 2 deletions(-)
delete mode 100644 [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
?? [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git rm [Link]
fatal: pathspec '[Link]' did not match any files
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ rm [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git status -s
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ ls
[Link] [Link] [Link] [Link] [Link] [Link] [Link]
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git branch
* main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git branch --show-current
main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git switch -c feature/db-
connection
Switched to a new branch 'feature/db-connection'
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git branch
* feature/db-connection
main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git branch --show-current
feature/db-connection
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git branch
* feature/db-connection
main
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$ git switch -c main
fatal: A branch named 'main' already exists.
prajakta@nmsoft13:~/Desktop/Workspace/gitlearning/git_labs/proj1$

You might also like