SlideShare a Scribd company logo
I will prefer GIT as a version control.
Advantage of using GIT :
-->Git is distributed version control system. Git was initially designed and developed by Linus
Torvalds for linux kernel development in 2005.
-->Git is free software distributed under the terms of the GNU General Public License version 2.
-->In Git, every user has a complete copy of the repository locally. So making access to file
history is fast and user can access the full codebase even though disconnected from the network.
-->Every user is having full backup of the repository always.In SVN only centralized repository
has the complete history.
-->In Git except push and pull, all other operations are local. E.g. perform a diff, view file
history, commit changes, merge branches, switch branches.
-->Git’s repository and working directory sizes are extremely small when compared to SVN.
-->One place where Git is slower is in the initial clone operation. Here, Git is downloading the
entire history rather than only the latest version.
-->Unlike the other systems, Git has something called the "staging area" or "index". This is
an intermediate area where commits can be formatted and reviewed before completing the
commit.
One thing that sets Git apart from other tools is that it's possible to quickly stage some of
your files and commit them without committing all of the other modified files in your working
directory or having to list them on the command line during the commit.
Disadvantages of using GIT :
1. High learning curve and complex to understand.
2. Because Git does not support checking out sub-trees.
Solution
I will prefer GIT as a version control.
Advantage of using GIT :
-->Git is distributed version control system. Git was initially designed and developed by Linus
Torvalds for linux kernel development in 2005.
-->Git is free software distributed under the terms of the GNU General Public License version 2.
-->In Git, every user has a complete copy of the repository locally. So making access to file
history is fast and user can access the full codebase even though disconnected from the network.
-->Every user is having full backup of the repository always.In SVN only centralized repository
has the complete history.
-->In Git except push and pull, all other operations are local. E.g. perform a diff, view file
history, commit changes, merge branches, switch branches.
-->Git’s repository and working directory sizes are extremely small when compared to SVN.
-->One place where Git is slower is in the initial clone operation. Here, Git is downloading the
entire history rather than only the latest version.
-->Unlike the other systems, Git has something called the "staging area" or "index". This is
an intermediate area where commits can be formatted and reviewed before completing the
commit.
One thing that sets Git apart from other tools is that it's possible to quickly stage some of
your files and commit them without committing all of the other modified files in your working
directory or having to list them on the command line during the commit.
Disadvantages of using GIT :
1. High learning curve and complex to understand.
2. Because Git does not support checking out sub-trees.

More Related Content

Similar to I will prefer GIT as a version control. Advantage of using GIT .pdf

Introduction to GitHub, Open Source and Tech Article
Introduction to GitHub, Open Source and Tech ArticleIntroduction to GitHub, Open Source and Tech Article
Introduction to GitHub, Open Source and Tech Article
PRIYATHAMDARISI
 
Git 101
Git 101Git 101
Git 101
jayrparro
 
git presentation
git presentation git presentation
git presentation
Belal Quamar
 
Git commands
Git commandsGit commands
Git commands
Vivek Gupta
 
Svn vs mercurial vs github
Svn  vs  mercurial vs  githubSvn  vs  mercurial vs  github
Svn vs mercurial vs githubVinoth Kannan
 
Introduction to Git and Github - Google Developer Student Clubs CET, Trivandrum
Introduction to Git and Github - Google Developer Student Clubs CET, TrivandrumIntroduction to Git and Github - Google Developer Student Clubs CET, Trivandrum
Introduction to Git and Github - Google Developer Student Clubs CET, Trivandrum
AbhijitNarayan2
 
git github PPT_GDSCIIITK.pptx
git github PPT_GDSCIIITK.pptxgit github PPT_GDSCIIITK.pptx
git github PPT_GDSCIIITK.pptx
AbelPhilipJoseph
 
Git presentation
Git presentationGit presentation
Git presentation
Sai Kumar Satapathy
 
GIT_training_SoftServeBulgaria2016
GIT_training_SoftServeBulgaria2016GIT_training_SoftServeBulgaria2016
GIT_training_SoftServeBulgaria2016Peter Denev
 
Git Demo
Git DemoGit Demo
Git Demo
Anton Heuschen
 
Know the Science behind WorkFlows using Git & GitHhub
Know the Science behind WorkFlows using Git & GitHhubKnow the Science behind WorkFlows using Git & GitHhub
Know the Science behind WorkFlows using Git & GitHhub
Edureka!
 
Introduction to git
Introduction to gitIntroduction to git
Introduction to git
Ram0603
 
Git for standalone use
Git for standalone useGit for standalone use
Git for standalone use
Ikuru Kanuma
 
Rc094 010d-git 2 - desconocido
Rc094 010d-git 2 - desconocidoRc094 010d-git 2 - desconocido
Rc094 010d-git 2 - desconocidoLuis Bertel
 
Git_and_GitHub Integration_with_Guidewire
Git_and_GitHub Integration_with_GuidewireGit_and_GitHub Integration_with_Guidewire
Git_and_GitHub Integration_with_GuidewireGandhi Ramu
 
Git Series - Part 1
Git Series - Part 1 Git Series - Part 1
Git Series - Part 1
Mohamed Abdeen
 
Lets git to it
Lets git to itLets git to it
Lets git to it
Yoram Michaeli
 
Introduction to git & GitHub
Introduction to git & GitHubIntroduction to git & GitHub
Introduction to git & GitHub
Poornachandrakashi
 
Introduction to Git for Network Engineers (Lab Guide)
Introduction to Git for Network Engineers (Lab Guide)Introduction to Git for Network Engineers (Lab Guide)
Introduction to Git for Network Engineers (Lab Guide)
Joel W. King
 
Git for a newbie
Git for a newbieGit for a newbie
Git for a newbie
Anuj Sharma
 

Similar to I will prefer GIT as a version control. Advantage of using GIT .pdf (20)

Introduction to GitHub, Open Source and Tech Article
Introduction to GitHub, Open Source and Tech ArticleIntroduction to GitHub, Open Source and Tech Article
Introduction to GitHub, Open Source and Tech Article
 
Git 101
Git 101Git 101
Git 101
 
git presentation
git presentation git presentation
git presentation
 
Git commands
Git commandsGit commands
Git commands
 
Svn vs mercurial vs github
Svn  vs  mercurial vs  githubSvn  vs  mercurial vs  github
Svn vs mercurial vs github
 
Introduction to Git and Github - Google Developer Student Clubs CET, Trivandrum
Introduction to Git and Github - Google Developer Student Clubs CET, TrivandrumIntroduction to Git and Github - Google Developer Student Clubs CET, Trivandrum
Introduction to Git and Github - Google Developer Student Clubs CET, Trivandrum
 
git github PPT_GDSCIIITK.pptx
git github PPT_GDSCIIITK.pptxgit github PPT_GDSCIIITK.pptx
git github PPT_GDSCIIITK.pptx
 
Git presentation
Git presentationGit presentation
Git presentation
 
GIT_training_SoftServeBulgaria2016
GIT_training_SoftServeBulgaria2016GIT_training_SoftServeBulgaria2016
GIT_training_SoftServeBulgaria2016
 
Git Demo
Git DemoGit Demo
Git Demo
 
Know the Science behind WorkFlows using Git & GitHhub
Know the Science behind WorkFlows using Git & GitHhubKnow the Science behind WorkFlows using Git & GitHhub
Know the Science behind WorkFlows using Git & GitHhub
 
Introduction to git
Introduction to gitIntroduction to git
Introduction to git
 
Git for standalone use
Git for standalone useGit for standalone use
Git for standalone use
 
Rc094 010d-git 2 - desconocido
Rc094 010d-git 2 - desconocidoRc094 010d-git 2 - desconocido
Rc094 010d-git 2 - desconocido
 
Git_and_GitHub Integration_with_Guidewire
Git_and_GitHub Integration_with_GuidewireGit_and_GitHub Integration_with_Guidewire
Git_and_GitHub Integration_with_Guidewire
 
Git Series - Part 1
Git Series - Part 1 Git Series - Part 1
Git Series - Part 1
 
Lets git to it
Lets git to itLets git to it
Lets git to it
 
Introduction to git & GitHub
Introduction to git & GitHubIntroduction to git & GitHub
Introduction to git & GitHub
 
Introduction to Git for Network Engineers (Lab Guide)
Introduction to Git for Network Engineers (Lab Guide)Introduction to Git for Network Engineers (Lab Guide)
Introduction to Git for Network Engineers (Lab Guide)
 
Git for a newbie
Git for a newbieGit for a newbie
Git for a newbie
 

More from aparetail

a) False - correlation says nothing about particular values. b) F.pdf
 a) False - correlation says nothing about particular values. b) F.pdf a) False - correlation says nothing about particular values. b) F.pdf
a) False - correlation says nothing about particular values. b) F.pdf
aparetail
 
In an octahedral field f orbitals are split into three parts. 1. Sin.pdf
  In an octahedral field f orbitals are split into three parts. 1. Sin.pdf  In an octahedral field f orbitals are split into three parts. 1. Sin.pdf
In an octahedral field f orbitals are split into three parts. 1. Sin.pdf
aparetail
 
SO4I- is the reaction intermediate in the mechani.pdf
                     SO4I- is the reaction intermediate in the mechani.pdf                     SO4I- is the reaction intermediate in the mechani.pdf
SO4I- is the reaction intermediate in the mechani.pdf
aparetail
 
Place your solid components in water (this will b.pdf
                     Place your solid components in water (this will b.pdf                     Place your solid components in water (this will b.pdf
Place your solid components in water (this will b.pdf
aparetail
 
no there is no such relation ... .pdf
                     no there is no such relation ...                 .pdf                     no there is no such relation ...                 .pdf
no there is no such relation ... .pdf
aparetail
 
zinc sulfide == solid (insoluble) cobalt(II) ca.pdf
                     zinc sulfide == solid (insoluble)  cobalt(II) ca.pdf                     zinc sulfide == solid (insoluble)  cobalt(II) ca.pdf
zinc sulfide == solid (insoluble) cobalt(II) ca.pdf
aparetail
 
where is the table .pdf
                     where is the table                              .pdf                     where is the table                              .pdf
where is the table .pdf
aparetail
 
Its e2 reaction so replace cl by -OH- .pdf
                     Its e2 reaction so replace cl by -OH-            .pdf                     Its e2 reaction so replace cl by -OH-            .pdf
Its e2 reaction so replace cl by -OH- .pdf
aparetail
 
Cl in elemental form has oxidation 0 & in NaCl ha.pdf
                     Cl in elemental form has oxidation 0 & in NaCl ha.pdf                     Cl in elemental form has oxidation 0 & in NaCl ha.pdf
Cl in elemental form has oxidation 0 & in NaCl ha.pdf
aparetail
 
fluorosilicic acid is the inorganic compound with.pdf
                     fluorosilicic acid is the inorganic compound with.pdf                     fluorosilicic acid is the inorganic compound with.pdf
fluorosilicic acid is the inorganic compound with.pdf
aparetail
 
Li2 means two Li atom bound to each other. it is .pdf
                     Li2 means two Li atom bound to each other. it is .pdf                     Li2 means two Li atom bound to each other. it is .pdf
Li2 means two Li atom bound to each other. it is .pdf
aparetail
 
Yes some of the jobs are in decliened state due to online marketing .pdf
Yes some of the jobs are in decliened state due to online marketing .pdfYes some of the jobs are in decliened state due to online marketing .pdf
Yes some of the jobs are in decliened state due to online marketing .pdf
aparetail
 
When acid is addedMolecular NaCHO2(aq) + H+(aq) = HCHO2(aq) + N.pdf
When acid is addedMolecular NaCHO2(aq) + H+(aq) = HCHO2(aq) + N.pdfWhen acid is addedMolecular NaCHO2(aq) + H+(aq) = HCHO2(aq) + N.pdf
When acid is addedMolecular NaCHO2(aq) + H+(aq) = HCHO2(aq) + N.pdf
aparetail
 
We can not simply come to the conclusion that original asteroid had .pdf
We can not simply come to the conclusion that original asteroid had .pdfWe can not simply come to the conclusion that original asteroid had .pdf
We can not simply come to the conclusion that original asteroid had .pdf
aparetail
 
The term meiosis was originally introduced by J. B. Farmer and J.E.S.pdf
The term meiosis was originally introduced by J. B. Farmer and J.E.S.pdfThe term meiosis was originally introduced by J. B. Farmer and J.E.S.pdf
The term meiosis was originally introduced by J. B. Farmer and J.E.S.pdf
aparetail
 
Typical resting potential of neuron is -70 mV.Correct answer is op.pdf
Typical resting potential of neuron is -70 mV.Correct answer is op.pdfTypical resting potential of neuron is -70 mV.Correct answer is op.pdf
Typical resting potential of neuron is -70 mV.Correct answer is op.pdf
aparetail
 
The value of a IEEE-754 number is computed assign 2exponent m.pdf
The value of a IEEE-754 number is computed assign  2exponent  m.pdfThe value of a IEEE-754 number is computed assign  2exponent  m.pdf
The value of a IEEE-754 number is computed assign 2exponent m.pdf
aparetail
 
The Lewis acid (electron pair acceptor) is Zn(OH)2The Lewis base (.pdf
The Lewis acid (electron pair acceptor) is Zn(OH)2The Lewis base (.pdfThe Lewis acid (electron pair acceptor) is Zn(OH)2The Lewis base (.pdf
The Lewis acid (electron pair acceptor) is Zn(OH)2The Lewis base (.pdf
aparetail
 
The answer is E. are referred to as task functionsSolutionThe .pdf
The answer is E. are referred to as task functionsSolutionThe .pdfThe answer is E. are referred to as task functionsSolutionThe .pdf
The answer is E. are referred to as task functionsSolutionThe .pdf
aparetail
 
For the first one it will be zero because only H-.pdf
                     For the first one it will be zero because only H-.pdf                     For the first one it will be zero because only H-.pdf
For the first one it will be zero because only H-.pdf
aparetail
 

More from aparetail (20)

a) False - correlation says nothing about particular values. b) F.pdf
 a) False - correlation says nothing about particular values. b) F.pdf a) False - correlation says nothing about particular values. b) F.pdf
a) False - correlation says nothing about particular values. b) F.pdf
 
In an octahedral field f orbitals are split into three parts. 1. Sin.pdf
  In an octahedral field f orbitals are split into three parts. 1. Sin.pdf  In an octahedral field f orbitals are split into three parts. 1. Sin.pdf
In an octahedral field f orbitals are split into three parts. 1. Sin.pdf
 
SO4I- is the reaction intermediate in the mechani.pdf
                     SO4I- is the reaction intermediate in the mechani.pdf                     SO4I- is the reaction intermediate in the mechani.pdf
SO4I- is the reaction intermediate in the mechani.pdf
 
Place your solid components in water (this will b.pdf
                     Place your solid components in water (this will b.pdf                     Place your solid components in water (this will b.pdf
Place your solid components in water (this will b.pdf
 
no there is no such relation ... .pdf
                     no there is no such relation ...                 .pdf                     no there is no such relation ...                 .pdf
no there is no such relation ... .pdf
 
zinc sulfide == solid (insoluble) cobalt(II) ca.pdf
                     zinc sulfide == solid (insoluble)  cobalt(II) ca.pdf                     zinc sulfide == solid (insoluble)  cobalt(II) ca.pdf
zinc sulfide == solid (insoluble) cobalt(II) ca.pdf
 
where is the table .pdf
                     where is the table                              .pdf                     where is the table                              .pdf
where is the table .pdf
 
Its e2 reaction so replace cl by -OH- .pdf
                     Its e2 reaction so replace cl by -OH-            .pdf                     Its e2 reaction so replace cl by -OH-            .pdf
Its e2 reaction so replace cl by -OH- .pdf
 
Cl in elemental form has oxidation 0 & in NaCl ha.pdf
                     Cl in elemental form has oxidation 0 & in NaCl ha.pdf                     Cl in elemental form has oxidation 0 & in NaCl ha.pdf
Cl in elemental form has oxidation 0 & in NaCl ha.pdf
 
fluorosilicic acid is the inorganic compound with.pdf
                     fluorosilicic acid is the inorganic compound with.pdf                     fluorosilicic acid is the inorganic compound with.pdf
fluorosilicic acid is the inorganic compound with.pdf
 
Li2 means two Li atom bound to each other. it is .pdf
                     Li2 means two Li atom bound to each other. it is .pdf                     Li2 means two Li atom bound to each other. it is .pdf
Li2 means two Li atom bound to each other. it is .pdf
 
Yes some of the jobs are in decliened state due to online marketing .pdf
Yes some of the jobs are in decliened state due to online marketing .pdfYes some of the jobs are in decliened state due to online marketing .pdf
Yes some of the jobs are in decliened state due to online marketing .pdf
 
When acid is addedMolecular NaCHO2(aq) + H+(aq) = HCHO2(aq) + N.pdf
When acid is addedMolecular NaCHO2(aq) + H+(aq) = HCHO2(aq) + N.pdfWhen acid is addedMolecular NaCHO2(aq) + H+(aq) = HCHO2(aq) + N.pdf
When acid is addedMolecular NaCHO2(aq) + H+(aq) = HCHO2(aq) + N.pdf
 
We can not simply come to the conclusion that original asteroid had .pdf
We can not simply come to the conclusion that original asteroid had .pdfWe can not simply come to the conclusion that original asteroid had .pdf
We can not simply come to the conclusion that original asteroid had .pdf
 
The term meiosis was originally introduced by J. B. Farmer and J.E.S.pdf
The term meiosis was originally introduced by J. B. Farmer and J.E.S.pdfThe term meiosis was originally introduced by J. B. Farmer and J.E.S.pdf
The term meiosis was originally introduced by J. B. Farmer and J.E.S.pdf
 
Typical resting potential of neuron is -70 mV.Correct answer is op.pdf
Typical resting potential of neuron is -70 mV.Correct answer is op.pdfTypical resting potential of neuron is -70 mV.Correct answer is op.pdf
Typical resting potential of neuron is -70 mV.Correct answer is op.pdf
 
The value of a IEEE-754 number is computed assign 2exponent m.pdf
The value of a IEEE-754 number is computed assign  2exponent  m.pdfThe value of a IEEE-754 number is computed assign  2exponent  m.pdf
The value of a IEEE-754 number is computed assign 2exponent m.pdf
 
The Lewis acid (electron pair acceptor) is Zn(OH)2The Lewis base (.pdf
The Lewis acid (electron pair acceptor) is Zn(OH)2The Lewis base (.pdfThe Lewis acid (electron pair acceptor) is Zn(OH)2The Lewis base (.pdf
The Lewis acid (electron pair acceptor) is Zn(OH)2The Lewis base (.pdf
 
The answer is E. are referred to as task functionsSolutionThe .pdf
The answer is E. are referred to as task functionsSolutionThe .pdfThe answer is E. are referred to as task functionsSolutionThe .pdf
The answer is E. are referred to as task functionsSolutionThe .pdf
 
For the first one it will be zero because only H-.pdf
                     For the first one it will be zero because only H-.pdf                     For the first one it will be zero because only H-.pdf
For the first one it will be zero because only H-.pdf
 

Recently uploaded

Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 

Recently uploaded (20)

Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 

I will prefer GIT as a version control. Advantage of using GIT .pdf

  • 1. I will prefer GIT as a version control. Advantage of using GIT : -->Git is distributed version control system. Git was initially designed and developed by Linus Torvalds for linux kernel development in 2005. -->Git is free software distributed under the terms of the GNU General Public License version 2. -->In Git, every user has a complete copy of the repository locally. So making access to file history is fast and user can access the full codebase even though disconnected from the network. -->Every user is having full backup of the repository always.In SVN only centralized repository has the complete history. -->In Git except push and pull, all other operations are local. E.g. perform a diff, view file history, commit changes, merge branches, switch branches. -->Git’s repository and working directory sizes are extremely small when compared to SVN. -->One place where Git is slower is in the initial clone operation. Here, Git is downloading the entire history rather than only the latest version. -->Unlike the other systems, Git has something called the "staging area" or "index". This is an intermediate area where commits can be formatted and reviewed before completing the commit. One thing that sets Git apart from other tools is that it's possible to quickly stage some of your files and commit them without committing all of the other modified files in your working directory or having to list them on the command line during the commit. Disadvantages of using GIT : 1. High learning curve and complex to understand. 2. Because Git does not support checking out sub-trees. Solution I will prefer GIT as a version control. Advantage of using GIT : -->Git is distributed version control system. Git was initially designed and developed by Linus Torvalds for linux kernel development in 2005. -->Git is free software distributed under the terms of the GNU General Public License version 2. -->In Git, every user has a complete copy of the repository locally. So making access to file history is fast and user can access the full codebase even though disconnected from the network.
  • 2. -->Every user is having full backup of the repository always.In SVN only centralized repository has the complete history. -->In Git except push and pull, all other operations are local. E.g. perform a diff, view file history, commit changes, merge branches, switch branches. -->Git’s repository and working directory sizes are extremely small when compared to SVN. -->One place where Git is slower is in the initial clone operation. Here, Git is downloading the entire history rather than only the latest version. -->Unlike the other systems, Git has something called the "staging area" or "index". This is an intermediate area where commits can be formatted and reviewed before completing the commit. One thing that sets Git apart from other tools is that it's possible to quickly stage some of your files and commit them without committing all of the other modified files in your working directory or having to list them on the command line during the commit. Disadvantages of using GIT : 1. High learning curve and complex to understand. 2. Because Git does not support checking out sub-trees.