This directory contains example files for testing Git operations in SheLLama.
- Repository initialization
- Status checking
- Adding files to staging area
- Committing changes
- Branch creation and management
- Checkout operations
- Merging branches
- Viewing commit history
- Handling merge conflicts
- Remote repository operations
The following test files are included in this directory:
main_file.md: A markdown file for the main branchfeature_file.md: A file to be added in a feature branchconflict_file.md: A file to test merge conflictsproject_code.py: A Python file to simulate code changesconfig.json: A configuration file to test changes across branches
- Initialize a new Git repository
- Add and commit initial files
- Create and switch between branches
- Make changes in different branches
- Merge branches and resolve conflicts
- View and navigate commit history
- Test remote repository operations (if applicable)