Graphic Designer, WordPress Developer, Web Developer, Student. um 10 Minute School
2. May 2018•0 gefällt mir•1,416 views
1 von 66
Introduction to Gitlab | Gitlab 101 | Training Session
2. May 2018•0 gefällt mir•1,416 views
Downloaden Sie, um offline zu lesen
Melden
Software
I actually described in this slide how to use Gitlab with git. I explained what is git, push, pull, clone, commit etc. so, you can use this slide to learn or tech someone.
7. Whatisversioncontrol?
• Asystemthatkeeps recordsof your
changes
• Allows forcollaborative
development
• Allows youtoknowwhomade
whatchangesand when
• Allows you to revert any changes
and goback to a previous state
15. KeyConcepts:How do youmakeacommit
anyway?
• The process:
• Makesomechangestoa file
• Use the‘gitadd’commandtoput the
fileontothestaging environment
• Use the‘gitcommit’commandto
createanew commit’
47. You can add new file or make change in this folder.
48. You will notice our desktop apps also
show notification in changes tabs. That
means cloned file have been changed you
can commit.
Make commit from here
64. Why GitLab is so Cool?
• You can make private your repository or project as
much you want.
• You can access many user and give them proper
role.
• You can fork project easily
• You can create a group project.
• Also you can make to-do list and assign work to
that user.***
65. Warning.
• Avoid using Bad commit.
• Organize you code and asset file structure.
• Always pull your code before change your code. In GitHub
desktop apps you can do this easily.
• Check your email, weather there have any backlog or new issue
create or not.