Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Checkout | 4,067 | 3 days ago | 3 | May 17, 2021 | 415 | mit | TypeScript | |||
Action for checking out a repo | ||||||||||
Git_notes | 105 | 2 years ago | ||||||||
web前端工程师 -前后端交互技术 Git和GitHub详解(完) ----学习笔记 | ||||||||||
Repofs | 75 | 1 | 6 years ago | 74 | March 10, 2017 | 3 | apache-2.0 | JavaScript | ||
Simple and unified API to manipulate Git repositories | ||||||||||
Platform_manifest | 69 | 3 days ago | 1 | |||||||
Manifest holder | ||||||||||
News Bucket | 43 | 3 years ago | 3 | Kotlin | ||||||
This is a NEWS app that fetches you the latest news on the go. | ||||||||||
Git Cheatsheet | 29 | 2 years ago | 1 | mit | ||||||
One stop guide to help solve all your doubts related to Git & GitHub. | ||||||||||
Heroku Remote | 27 | 5 years ago | mit | Ruby | ||||||
Commands for working with (multiple) Heroku remotes | ||||||||||
Git From The Inside Out | 25 | a year ago | ||||||||
译自maryrosecook的git from the inside out | ||||||||||
Introduction To Git And Github By Google Coursera | 24 | 10 months ago | 1 | |||||||
Solutions | ||||||||||
Efirebirdsql | 19 | 4 months ago | 2 | mit | Erlang | |||||
Erlang Firebird client library. |
Sources for the JMLR webpage.
Clone this repo with all its submodules:
git clone --recurse-submodules -j8 https://github.com/JmlrOrg/webpage.git jmlr_webpage
Build the webpage. The following command assumes that you have NodeJS and Python installed:
make
Run a local server
make develop
Update all submodules to latest commit:
make update