From b4398a787f41f589da43fc7aa6dc85c3c2b1d0a4 Mon Sep 17 00:00:00 2001 From: chaitanya Date: Sat, 27 Sep 2025 11:36:22 +0530 Subject: [PATCH 1/3] First time commit --- Chaitanya/gitContribution.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Chaitanya/gitContribution.txt diff --git a/Chaitanya/gitContribution.txt b/Chaitanya/gitContribution.txt new file mode 100644 index 0000000..1c77747 --- /dev/null +++ b/Chaitanya/gitContribution.txt @@ -0,0 +1,15 @@ +I Am Learning To Handling Git Using Command + + + + + +There Are Three Phaseas Of Git +1. create A copy of the remote Repository +2. Make Changes In The Local Repository +3. Push The Changes To The Remote Repository + +1. git clone https://github.com/Chaitanya-012/Chaitanya.git +2. git add . +3. git commit -m "First Commit" +4. git push origin master \ No newline at end of file From 36f656cada3b437e3d0f62340e4fcba8fb46643a Mon Sep 17 00:00:00 2001 From: Chaitanya Kadam Date: Sat, 27 Sep 2025 11:38:47 +0530 Subject: [PATCH 2/3] Update gitContribution.txt learning pull --- Chaitanya/gitContribution.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chaitanya/gitContribution.txt b/Chaitanya/gitContribution.txt index 1c77747..afb0838 100644 --- a/Chaitanya/gitContribution.txt +++ b/Chaitanya/gitContribution.txt @@ -1,5 +1,5 @@ -I Am Learning To Handling Git Using Command - +I Am Learning To Handling Git Using Command line +// this Changes Are Perform on remote git manully @@ -12,4 +12,4 @@ There Are Three Phaseas Of Git 1. git clone https://github.com/Chaitanya-012/Chaitanya.git 2. git add . 3. git commit -m "First Commit" -4. git push origin master \ No newline at end of file +4. git push origin master From d917c2a7ee0de39eac2d5c4527e19e9aea0c7e55 Mon Sep 17 00:00:00 2001 From: chaitanya Date: Sun, 28 Sep 2025 08:57:06 +0530 Subject: [PATCH 3/3] commit on main branch --- Chaitanya/gitContribution.txt | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Chaitanya/gitContribution.txt b/Chaitanya/gitContribution.txt index afb0838..0bf9832 100644 --- a/Chaitanya/gitContribution.txt +++ b/Chaitanya/gitContribution.txt @@ -1,15 +1 @@ -I Am Learning To Handling Git Using Command line -// this Changes Are Perform on remote git manully - - - - -There Are Three Phaseas Of Git -1. create A copy of the remote Repository -2. Make Changes In The Local Repository -3. Push The Changes To The Remote Repository - -1. git clone https://github.com/Chaitanya-012/Chaitanya.git -2. git add . -3. git commit -m "First Commit" -4. git push origin master +this commit on main branch \ No newline at end of file