DEV Community

Dinesh G
Dinesh G

Posted on

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

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

Git
Git is a (version control system).It Used to track changes in source code and collaborate. You can't go back after making changes.

Github
You can't get Realtime updates. Developed the project, crack to recovery to use one control inject and Tracking the code history.
Github can use only two person.

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.

Command
pwd Print Working Directory.
cd
Touch

$ pwd
/home/user/Documents/project

Enter fullscreen mode Exit fullscreen mode

This is I learned Today

Top comments (0)