mirror of https://github.com/sukima/GitFixUm.git
On undoing, fixing, or removing commits or mistakes in git http://sukima.github.io/GitFixUm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
tiddlers | 5 years ago | |
wiki | 6 years ago | |
wiki-dist | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE.txt | 6 years ago | |
README.md | 6 years ago | |
index.md | 9 years ago | |
package.json | 6 years ago |
README.md
Git Fix Um
On undoing, fixing, or removing commits in git
Contributing
- Clone this repo.
npm install
npm start
- Edit in browser
- Submit a pull request
This starts the TiddlyWiki server. Open http://localhost:8080
in your browser
and make edits. They are saved automatically to the repo so you can easily
git add
/git commit
them.
Building
To build the stand alone HTML for publication run npm run build
and it will
output wiki-dist/output/index.html
.