Learn how to interact with a distributed source code control provider while developing a project.
Recommendation | Details |
---|---|
Merge from the central repository regularly during development. |
Keeping your local copy of the project in sync with the central repository ensures you are developing code against the most recent version of the project. Fetch and merge to update code in your local repository. |
Commit files to your local repository often. |
Commit to your local repository as often as you want. It is common to commit locally many times per day. |