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