DEV Community

Dinesh G
Dinesh G

Posted on

Day 7 of My Java Full Stack Learning Journey: HTML&CSS

Hi Everyone!
Today is my seventh day class in Java full stack Development course. I am going to share topic. What I learn Today.

Gitlab
GitLab is a complete DevOps platform built on top of Git for software development and operations. It allows you to host code, collaborate, track issues, and automate the software lifecycle — all from a single interface.
gitlab anyone can use .

Gitlab also called Remote Reposition.

Gitlab/Reposition
Enter fullscreen mode Exit fullscreen mode

How to add member in group
Manage - Members - Invite members

git init 
git add
git commit
git push
Enter fullscreen mode Exit fullscreen mode

Adding a clone project in gitlab

Create a new project
git the https URL
clone the project in terminal page

git clone 
git init 
paste the url https://gitlab.com/july-java-full-stack/html_css.git
git add 
git commit 
git push
Enter fullscreen mode Exit fullscreen mode

git repo Hosting
Supports Git CLI,SSH/HTTPS access

LINUX Report To See the Source code
Rufus USB properties

shortcut key
ctrl+shift+c copy
ctrl+shift+v paste

Happy Coding!

Top comments (0)