|
1 | 1 | --- |
2 | 2 | title: 'Git Integration' |
3 | | -description: 'Advanced Git integration with proxy functionality, GitHub templates, automatic commits, and seamless version control workflows.' |
| 3 | +description: 'How to save your code to GitHub and work with version control' |
4 | 4 | --- |
5 | 5 |
|
6 | | -CodinIT provides comprehensive Git integration that goes beyond basic repository management to include advanced features like Git proxy operations, GitHub template integration, and seamless version control workflows. |
| 6 | +CodinIT connects to GitHub so you can save your code online, work with others, and keep track of changes. |
7 | 7 |
|
8 | | -## Overview |
| 8 | +## What Can You Do? |
9 | 9 |
|
10 | | -The Git integration system offers multiple layers of functionality: |
| 10 | +CodinIT helps you with GitHub in several ways: |
11 | 11 |
|
12 | 12 | <CardGroup cols={3}> |
13 | | - <Card title="Git Proxy" icon="git-branch"> |
14 | | - Remote Git operations through secure proxy |
| 13 | + <Card title="Save to GitHub" icon="git-branch"> |
| 14 | + Save your code online automatically |
15 | 15 | </Card> |
16 | | - <Card title="GitHub Templates" icon="file-code"> |
17 | | - Quick project setup from GitHub templates |
| 16 | + <Card title="Start from Templates" icon="file-code"> |
| 17 | + Begin projects using pre-made templates |
18 | 18 | </Card> |
19 | | - <Card title="Version Control" icon="history"> |
20 | | - Automatic commits and branch management |
| 19 | + <Card title="Track Changes" icon="history"> |
| 20 | + See what changed and when |
21 | 21 | </Card> |
22 | 22 | </CardGroup> |
23 | 23 |
|
24 | | -### Key Features |
| 24 | +### Main Features |
25 | 25 |
|
26 | | -- **Git Proxy Operations**: Execute Git commands on remote repositories |
27 | | -- **Template Integration**: Import and use GitHub repository templates |
28 | | -- **Automatic Commits**: Seamless version control without manual Git commands |
29 | | -- **Branch Management**: Create, switch, and merge branches |
30 | | -- **Repository Sync**: Bidirectional synchronization with GitHub |
31 | | -- **Conflict Resolution**: Intelligent merge conflict handling |
| 26 | +- **Automatic saving**: CodinIT saves your code to GitHub for you |
| 27 | +- **Use templates**: Start projects from GitHub templates |
| 28 | +- **Auto commits**: Your changes are saved automatically |
| 29 | +- **Branches**: Work on different versions of your code |
| 30 | +- **Stay in sync**: Keep your local and online code matching |
| 31 | +- **Fix conflicts**: Help when two people change the same thing |
32 | 32 |
|
33 | 33 | <Callout type="info"> |
34 | | - **Freedom of Choice**: Your code always lives in Git, giving you complete control and the ability to work with any |
35 | | - Git-compatible tools or services. |
| 34 | + **Your Code, Your Control**: Your code is always saved in Git, so you can use any Git tool you want. |
36 | 35 | </Callout> |
37 | 36 |
|
38 | 37 | ## Git Proxy Operations |
|
0 commit comments