Hii Everyone,Today I am going to share about what I have Learned about GIT & GITLAB
What is GIT?
- Git is a popular version control system.
- save and manage different versions of your files and code.
- work with others, keep track of changes, and undo mistakes.
GITLAB?
A remote repository is a version of your project hosted on the internet. GitLab is a popular platform for hosting remote repositories, enabling you to collaborate with others and back up your code.
What is Group and Project?
Group is like a Floder.Inside file is called Project.First We have to Create Group .After Create Project inside the group.
How to Create Group in GITLAB?
Select +,New Group,Create Group,Group Name,Public,Finish
How to Create Project in GITLAB?
New Project,Create Project,Project Name,Finish
Adding Members
Manage,Members,Inivite Members
How to Clone the Code:
- Copy the code
- Click the code
- clone with https
- copy the link
- select the location
- open the terminal
- Give cmd-git clone (copy the url)and Enter
Top comments (0)