ungit
The easiest way to use git. On any platform. Anywhere.
파일 탐색기
최종 버전 다운로드 (.zip)- bump.yml
- ci.yml
- icon.svg
- logo.svg
- credentials-helper
- ungit
- environment.js
- spec.authentication.js
- spec.bare.js
- spec.branches.js
- spec.commands.js
- spec.discard.js
- spec.generic.js
- spec.load-ahead.js
- spec.no-header.js
- spec.remotes.js
- spec.screens.js
- spec.stash.js
- spec.submodules.js
- app.html
- app.js
- app.less
- ungit-plugin.json
- branches.html
- branches.js
- branches.less
- ungit-plugin.json
- commit.html
- commit.js
- commit.less
- ungit-plugin.json
- commitdiff.html
- commitdiff.js
- commitdiff.less
- commitlinediff.js
- ungit-plugin.json
- crash.html
- crash.js
- crash.less
- ungit-plugin.json
- gitErrors.html
- gitErrors.js
- ungit-plugin.json
- animateable.js
- edge.js
- git-graph-actions.js
- git-node.js
- git-ref.js
- graph-graphics.html
- graph.html
- graph.js
- graph.less
- hover-actions.js
- selectable.js
- ungit-plugin.json
- header.html
- header.js
- header.less
- ungit-plugin.json
- home.html
- home.js
- home.less
- ungit-plugin.json
- imagediff.html
- imagediff.js
- imagediff.less
- ungit-plugin.json
- login.html
- login.js
- ungit-plugin.json
- formModal.html
- forms.ts
- modalBase.ts
- modals.ts
- promptModal.html
- prompts.ts
- ungit-plugin.json
- path.html
- path.js
- path.less
- ungit-plugin.json
- refreshbutton.html
- refreshbutton.js
- refreshbutton.less
- ungit-plugin.json
- remotes.html
- remotes.js
- ungit-plugin.json
- repository.html
- repository.js
- repository.less
- ungit-plugin.json
- staging.html
- staging.js
- staging.less
- ungit-plugin.json
- stash.html
- stash.js
- stash.less
- ungit-plugin.json
- submodules.html
- submodules.js
- ungit-plugin.json
- textdiff.html
- textdiff.js
- textdiff.less
- ungit-plugin.json
- ComponentRoot.ts
- OpenSans.woff
- SourceCodePro-Medium.woff
- icon.icns
- icon.ico
- icon.png
- logo.png
- bootstrap.less
- d2h.less
- styles.less
- variables.less
- bootstrap.js
- components.js
- jquery-ui.js
- knockout-bindings.js
- main.js
- navigation.js
- program-events.js
- server.js
- storage.js
- animate.css
- favicon.ico
- index.html
- main.js
- build.js
- electronpackage.js
- electronzip.js
- npmpublish.js
- teststabilitytester.js
- cache.js
- file-type.js
- logger.js
- address-parser.js
- bugtracker.js
- config.js
- git-api.js
- git-parser.js
- git-promise.js
- server.js
- sysinfo.js
- ungit-plugin.js
- common-es6.js
- spec.address-parser.js
- spec.cache.js
- spec.credentials-helper.js
- spec.file-type.js
- spec.git-api.branching.js
- spec.git-api.conflict-no-auto-stash.js
- spec.git-api.conflict.js
- spec.git-api.diff.js
- spec.git-api.discardchanges.js
- spec.git-api.ignorefile.js
- spec.git-api.js
- spec.git-api.patch.js
- spec.git-api.remote.js
- spec.git-api.squash.js
- spec.git-api.stash.js
- spec.git-api.submodule.js
- spec.git-parser.js
- .gitattributes
- .gitignore
- .mochaclicktest.json
- .mochatest.json
- .npmignore
- .prettierignore
- .prettierrc
- appveyor.yml
- CHANGELOG.md
- CONTRIBUTING.md
- eslint.config.mjs
- gpg_save_screenshot.png
- LICENSE.md
- MERGETOOL.md
- package-lock.json
- package.json
- PLUGINS.md
- README.md
- screenshot.png
- tsconfig.json
- xkcd.png
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/FredrikNoren/ungit
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ungit
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Node.js npm 명령어를 쓰려면 Node.js가 설치되어 있어야 합니다.
npm install -g ungit
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install -g ungit
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
sudo -H npm install -g ungit
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
