Get support for jcubic/git
If you're new to LTH, please see our FAQ for more information on what it is we do.
Qualified Helpers
jcubic/git
GIT Web Terminal
This project was created using isomorphic-git and other
libraries, you can check which ones was used when you
follow this link
that will execute credits
command in terminal.
First version of the app was created on codepen.
Usage
Steps to make changes to remote git repo (tested with github):
- clone repo using
git clone
(using https url), - cd to directory,
- edit file using
vi
oremacs
, - use
git login
and put your credentials (user/pass is for push and the rest is for commit), - use
git commit -am "message"
orgit add -A
thengit commit -m "<MESSAGE>"
, - use
git push
to push your changes to remote.
Web app viewer
If you're working on web app you can open it from browser just prefix the path with __browserfs__
the app
is using service worker to serve files from browser fs. So if you clone this repo you will be able to view the local file
using https://jcubic.github.io/git/__browserfs__/git/. If you open directory that don't have index.html it will
display page with directory listing like normal web server.
Contributors
To see list of contributors you can check credits command.
Proxy
Proxy used to fetch files from remote repositories is located on my hosting https://jcubic.pl/proxy.php. You can read the source code of that file here (it's in commit because I've needed to delete it because of GPL license).
License
Licensed under MIT license
Copyright (c) 2018 Jakub Jankiewicz
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated
p-e622a1a2