Git is a distributed version-control system for tracking changes in source code during software development, following video explain how to create new business central extension project and push extension to git repository
Steps
- Create new Project in visual studio code
- Create new Repository in GitHub
- Check visual studio code and confirm the git enabled
- Initialize Repository in visual studio code
- Commit changes
- Configure remote repository
- Synchronize the changes to GitHub