Git-Identity-Manager
Git Identity Manager is a cross-platform desktop app for managing multiple Git identities with a simple interface. It helps developers switch between personal, company, and client GitHub accounts by configuring Git user profiles, repository-based identity rules, and credentials in one place.
파일 탐색기
최종 버전 다운로드 (.zip)- release.yml
- logo.svg
- app-screen--001.png
- app-screenshot-placeholder.svg
- green-mesh-gradient.svg
- logo.svg
- BrandIcon.tsx
- OsIcons.tsx
- links.ts
- global.css
- App.module.css
- App.tsx
- main.tsx
- vite-env.d.ts
- index.html
- package-lock.json
- package.json
- tsconfig.json
- vercel.json
- vite.config.ts
- api.ts
- Diagnostics.tsx
- Home.tsx
- Profiles.tsx
- Settings.tsx
- global.css
- App.tsx
- i18n.tsx
- main.tsx
- types.ts
- default.json
- acl-manifests.json
- capabilities.json
- desktop-schema.json
- windows-schema.json
- ic_launcher.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher_background.xml
- AppIcon-20x20@1x.png
- AppIcon-20x20@2x-1.png
- AppIcon-20x20@2x.png
- AppIcon-20x20@3x.png
- AppIcon-29x29@1x.png
- AppIcon-29x29@2x-1.png
- AppIcon-29x29@2x.png
- AppIcon-29x29@3x.png
- AppIcon-40x40@1x.png
- AppIcon-40x40@2x-1.png
- AppIcon-40x40@2x.png
- AppIcon-40x40@3x.png
- AppIcon-512@2x.png
- AppIcon-60x60@2x.png
- AppIcon-60x60@3x.png
- AppIcon-76x76@1x.png
- AppIcon-76x76@2x.png
- AppIcon-83.5x83.5@2x.png
- 128x128.png
- 128x128@2x.png
- 32x32.png
- 64x64.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- mod.rs
- mod.rs
- mod.rs
- mod.rs
- mod.rs
- error.rs
- lib.rs
- localization.rs
- main.rs
- models.rs
- app-icon.svg
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- .gitignore
- index.html
- LICENSE.md
- package-lock.json
- package.json
- README.md
- tsconfig.json
- vite.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/phricardo/Git-Identity-Manager
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Git-Identity-Manager
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run dev
개발/실행 서버를 켭니다.
npm run tauri dev
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run tauri build
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo check
이 명령어를 터미널에 그대로 입력해 실행하세요.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
