amichai-bd / rvc_asap

riscv-core-as-simple-as-passible
MIT License
10 stars 3 forks source link

Write a quick guide on git (under doc) #29

Closed amichai-bd closed 2 years ago

amichai-bd commented 2 years ago

Please add to the "HOW_TO.md" under "doc/" a chapter on git.

Simple git cheat-sheet: Minimal flow to add a change to project:

  1. Clone from repo
  2. make a new branch
  3. modified, stage & commit
  4. pull from origin/master (to make sure no conflicts)
  5. push to origin "branch name"
  6. from "https://github.com/" add a pull request