Skip to content

Commit cebcfb8

Browse files
Update integrations/git.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent ce1e8da commit cebcfb8

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

integrations/git.mdx

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
11
---
22
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'
44
---
55

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.
77

8-
## Overview
8+
## What Can You Do?
99

10-
The Git integration system offers multiple layers of functionality:
10+
CodinIT helps you with GitHub in several ways:
1111

1212
<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
1515
</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
1818
</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
2121
</Card>
2222
</CardGroup>
2323

24-
### Key Features
24+
### Main Features
2525

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
3232

3333
<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.
3635
</Callout>
3736

3837
## Git Proxy Operations

0 commit comments

Comments
 (0)