# isomorphic-git 1.0 릴리즈

> Clean Markdown view of GeekNews topic #1605. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1605](https://news.hada.io/topic?id=1605)
- GeekNews Markdown: [https://news.hada.io/topic/1605.md](https://news.hada.io/topic/1605.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-02-27T09:50:44+09:00
- Updated: 2020-02-27T09:50:44+09:00
- Original source: [isomorphic-git.org](https://isomorphic-git.org/blog/2020/02/25/version-1-0-0)
- Points: 6
- Comments: 1

## Topic Body

- 순수 자바스크립트로 구현되어 어디서든 사용가능한 Git

- 모든 브라우저 및 NodeJS 서버 등에서 동작

- 기존 Git 구현체와 100% 호환을 목표로 함

- 데스크탑/서버용 은 isogit 이라는 별도 CLI 제공

## Comments



### Comment 1207

- Author: xguru
- Created: 2020-02-27T09:51:13+09:00
- Points: 1

브라우저에서 git clone/Fetch 후 수정해서 commit후 다시 push까지 가능.

이러면 할수 있게 되는 일들이

- 웹 에디터에서 GitHub 의 코드 가져와서 수정하고 저장 ( 현재는 GitHub 이 CORS 가 안되어서 Proxy를 써야합니다. https://github.com/isomorphic-git/cors-proxy )

- GitHub의 스태틱 페이지 블로그들이 에디터에서 저장하면 자동으로 커밋

기존에 WASM 으로 변환한 WASM-GIT https://github.com/petersalomonsen/wasm-git 도 있긴 한데,

순수 JS로 만들어서 좀 더 웹에 맞게 수정이 가능할듯 합니다.
