Architecture of GIT| GIT WORKFLOW | GIT FLOW

Veröffentlicht am: 14 Mai 2020
auf dem Kanal: What's Next
254
9

GIT Architecture:
--------------------------
There are majorly 4 components invloved in git architecture:
1)Working Directory
2)Staging Area
3)Local Repository.
4.Remote Repository.

Working Directory:
----------------------------
This is the directory where all your project files and folders reside (along with the .git folder).

Staging Area:
---------------------
The staging area is where you place files you want committed to the git repository.
By using git add command we have to add the file to staging area.

Local Repository:
---------------------------
Git itself is a repository. The repository which is named in our working directory with .git is called local repository. once we commit the file it will be added to the local repository.

By using git commit command we will be commit the file to local repository.

Remote Repository:
-------------------------------
It is a server or a machine used to stored the files, images.
The need of a remote repository is only to share the code with other programmers.

By using git push command it move files from local repository to remote repository.

GIT Commands:
---------------------------
git add [file]- This command moves a single file to the staging area.
git commit m "Message" This command move our code to local repository.
git push- This command move our code from local repository to remote repository.
git clone - This command gets exactly a working copy of remote repository to your local machine or repository.
git pull - This commandd get new changes from remote repository in which other developers have added to our local machine or repository.

Git Tutorial:
   • Git Tutorial for Beginners  

Bitbucket:
   • Bitbucket | Bitbucket tutorial | What...  

Git Installation:
   • How to Install GIT  

Version Control System, Centralized vs Distributed VCS:
   • What is Git | What is Version Control...  


Auf dieser Seite können Sie das Online-Video Architecture of GIT| GIT WORKFLOW | GIT FLOW mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer What's Next 14 Mai 2020 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 254 Mal angesehen und es wurde von 9 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!