771 B
771 B
description
| description |
|---|
| Pull latest changes from remote repository |
Pull the latest changes from the remote repository for the current branch.
Please perform the following tasks:
- Run
git pullto fetch and merge remote changes - Handle merge conflicts if they occur:
- Check conflict files with
git status - Guide me through conflict resolution
- Help stage resolved files with
git add <file> - Complete the merge with
git commit
- Check conflict files with
- Show the result with branch status and changes summary
If there are any errors or conflicts, explain them clearly in Chinese and provide step-by-step guidance for resolution.
Present the final result showing:
- Branch name
- Number of commits pulled
- Files changed
- Any conflicts that need attention