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
This is I learned Today
Top comments (0)