Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 208 Bytes

git.md

File metadata and controls

19 lines (13 loc) · 208 Bytes

Fetch all submodules

git submodule update --init --recursive

Reset a single file

git checkout -- cloud/main.js

Update to latest

all that so that you can do

git up