Skip to content

15. Use toolbox by git

Fa-Hsuan Lin edited this page Apr 17, 2020 · 1 revision

1. Setup

Connect to the repository at Github.com.

> git init
> git clone https://github.com/fahsuanlin/fhlin_toolbox.git

2. Keep local toolbox up to date

Check if the remote repository is updated. If yes, update all changes to local files.

> git remote update
> git status
> git pull
Clone this wiki locally