create following folder and files:
- Borad
- [project_name].PrjPcb
- [project_name]_PCB.PcbDoc
- [project_name]_SCH.SchDoc
- Docs
- README.md
the Docs
folder includes datasheets and other documentations.
every project defined in the following repository:
https://github.com/hamidrexa/[project_name].git
-
initiate the project using desktop github:
- from
file
selectClone Repository
- select the
test_version
branch - from
Repository
selectPull
- from
-
initiate the project using git bash (in windows) or bash (in linux):
1. git clone https://gitlab.com/hamidrexa/[project_name].git
2. git remote add origin https://gitlab.com/hamidrexa/[project_name].git
3. git remote -v
4. git fetch origin
5. git pull origin master --allow-unrelated-histories
6. git checkout test_version
7. git push test_version test_version
check the current status in any step using git status