Last updated
Last updated
What is a modern VCS i.e git
How is it different from the ABAP version management
Check out file --> Modify --> Check in new version
Everyone has local copy --> Modify and upload to master version control
Local codebase to git (uncommon -it's usually the second option below)
2. Git repo to local (common -like hypeyledgy. You're already a developer with access to a project. Code away after you clone it. )