Git Introduction 101 - Presentation.pptx

harfidevelopment 23 views 15 slides Sep 12, 2024
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

Simple Introduction of Git


Slide Content

Git Introduction http://flic.kr/p/6oP7x7

Introduction Mobile Developer – Chapter Lead PT. Serasi Autoraya Linked In : https://www.linkedin.com/in/harfinovian Github : https:// github.com / harfinovian

Have you ever forgotten to save your work?

Have you lost your file or not?

Git Git merupakan   software   berbasis   Version Control System  (VCS) yang bertugas untuk mencatat perubahan seluruh   file   atau   repository   suatu   project .

Version Control System Version Control System  (VCS) adalah sebuah sistem yang melakukan   source code management  (SCM) ) untuk mengelola perubahan di setiap dokumen , program komputer , website, dan kumpulan pemrograman lainnya .

Before VS After

Why track/manage different versions of code? Backup: Undo or refer to old stuff Branch: Maintain old release while working on new Collaborate: Work in parallel with teammates

Version Control Hosting Services Enable sharing version control repos Internet/Web based Examples: SourceForge Bitbucket GitLab GitHub

How to Use Git/Github References : https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup https://docs.github.com/en/get-started

Q&A

Practices!! Task 1 : Clone Repo use Terminal : https://github.com/ahfarmer/calculator Task 2 : Create github account & fork repository http:// github.com /

Closing Statement & Summary

Demo Videos https://scott-fleming.github.io/web-dev-rails-git-tutorial/demo-04-git-local.html https://scott-fleming.github.io/web-dev-rails-git-tutorial/demo-05-git-branches.html https://scott-fleming.github.io/web-dev-rails-git-tutorial/demo-06-git-remote.html

References https://www.dicoding.com/blog/perbedaan-git-dan-github/ https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup https://docs.github.com/en/get-started Games : https://ohmygit.org/ Tutorial : https://www.w3schools.com/git/
Tags